Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear numbering logic for restart_step and check_step #7

Open
castelletto1 opened this issue Feb 2, 2024 · 0 comments
Open

Unclear numbering logic for restart_step and check_step #7

castelletto1 opened this issue Feb 2, 2024 · 0 comments
Assignees

Comments

@castelletto1
Copy link

castelletto1 commented Feb 2, 2024

The numbering logic for restart_step and check_step is unclear. For example, for the ContactMechanics_SimpleCubes smoke test (here) they are set to 10 and 20, respectively:

https://github.com/GEOS-DEV/integratedTests/blob/402c5a9f7ab2f3c5f123603c9db93e3feed51c12/tests/allTests/contactMechanics/contactMechanics.ats#L10-L15

However, the simulation runs for 10 cycles, ranging from 0 to 9 -- performing 11 time steps due to a time step cut. It produces three restart files:

  • ContactMechanics_SimpleCubes_smoke_restart_000000000.root
  • ContactMechanics_SimpleCubes_smoke_restart_000000005.root
  • ContactMechanics_SimpleCubes_smoke_restart_000000010.root

It is confusing what 10 and 20 stand for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants