Skip to content
  • Kenneth Leiter's avatar
    BUG: Fix bug in python for casting of XdmfGridCollections · 7ea61be2
    Kenneth Leiter authored
    Since XdmfGridCollection inherit from XdmfDomain, the typemap for XdmfItem
    should attempt a dynamic cast to XdmfGridCollection before XdmfDomain.
    Added a python test to ensure that these typemap changes will continue to
    work in the future.
    7ea61be2