You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SMTK does not provide much in the way of export support for simulations; export scripts are expected to do too much low-level work. Pedigree IDs are only available on Exodus models, not discrete models (IIRC). The old GridInfo classes are not meaningful anymore but some queries are not available in SMTK yet, mostly because smtk::mesh is still larval.
There should be a way, from Python, to obtain mesh entities for model entities and relate their boundaries to model boundaries.
The ExportSpec and UserData classes in smtk/simulation should be tested and used or removed.
The text was updated successfully, but these errors were encountered:
SMTK does not provide much in the way of export support for simulations; export scripts are expected to do too much low-level work. Pedigree IDs are only available on Exodus models, not discrete models (IIRC). The old GridInfo classes are not meaningful anymore but some queries are not available in SMTK yet, mostly because smtk::mesh is still larval.
There should be a way, from Python, to obtain mesh entities for model entities and relate their boundaries to model boundaries.
The
ExportSpec
andUserData
classes insmtk/simulation
should be tested and used or removed.The text was updated successfully, but these errors were encountered: