sandialabs / seacas

The Sandia Engineering Analysis Code Access System (SEACAS) is a suite of preprocessing, postprocessing, translation, and utility applications supporting finite element analysis software using the Exodus database file format.
Other
131 stars 79 forks source link

Add support for Exodus IOSS properties related to field interpretation to the Catalyst IOSS Database #456

Closed ajpelle closed 3 months ago

ajpelle commented 3 months ago

Added support (and appropriate tests) for Exodus properties relating to field interpretation to the Catalyst IOSS database. The properties added are:

The first four were implemented leveraging the get_fields() method in Ioss_Utils, while for SURFACE_SPLIT_TYPE we return empty sidesets and sideblocks (and -1 for related fields) if the SURFACE_SPLIT_TYPE changed between the write and read Catalyst database.