Skip to content
  • Kenneth Leiter's avatar
    ENH: Adjust exodus writer to utilize material blocks. · 7c111ef5
    Kenneth Leiter authored
    Previously, when converting from xdmf to exodus, spatial partitioning (metis)
    in xdmf was written as element blocks in exodus. However, exodus uses element
    blocks to specify different materials and not as spatial partitioning for
    parallel execution. We now write materials to blocks in exodus, indicated by
    Block node sets in xdmf. This now makes the conversion of xdmf -> exodus the
    exact inverse of the exodus -> xdmf function.
    7c111ef5