Skip to content

Commit

Permalink
Merge pull request #565 from tokusanya/dtio_update
Browse files Browse the repository at this point in the history
DTIO update
  • Loading branch information
tokusanya authored Dec 23, 2024
2 parents 9f80e4a + 8084461 commit 2dcca1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/seacas/libraries/ioss/src/Ioss_Region.C
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,11 @@ namespace Ioss {
}
}

if (get_state() == STATE_TRANSIENT) {
// Makes sure we return proper stateCount in case of dynamic topology changes
update_dynamic_topology();
}

if (get_database()->is_input() || get_database()->usage() == WRITE_RESULTS ||
get_database()->usage() == WRITE_RESTART) {
stateTimes.push_back(time);
Expand Down

0 comments on commit 2dcca1e

Please sign in to comment.