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

Fix for skipped sync timesteps in exodus files #29771

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

DanielYankura
Copy link
Contributor

Reason

  • This ensures that sync_times works as intended

Design

  • Because of floating point errors the simulation time did would be off from _sync_time by less than 1e-15
  • Replaced find function with a difference comparison between _sync_time, _time, and _t_tol

Impact

  • Fixes issues with sync time outputs

closes #28722

- Because of floating point errors _time did would be off from _sync_time by less than 1e-15
- Replaced find function with a difference comparison between _sync_time, _time, and _t_tol

closes idaholab#28722
@moosebuild
Copy link
Contributor

Job Documentation, step Docs: sync website on cb31893 wanted to post the following:

View the site here

This comment will be updated on new commits.

@moosebuild
Copy link
Contributor

Job Coverage, step Generate coverage on cb31893 wanted to post the following:

Framework coverage

4d0bbd #29771 cb3189
Total Total +/- New
Rate 85.24% 85.24% -0.00% 100.00%
Hits 108456 108456 - 3
Misses 18781 18782 +1 0

Diff coverage report

Full coverage report

Modules coverage

Coverage did not change

Full coverage reports

Reports

This comment will be updated on new commits.

@GiudGiud
Copy link
Contributor

did you run the input from the discussions? can you please PM me the exodus file if so so I can check the steps

@GiudGiud GiudGiud self-assigned this Jan 31, 2025
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

Successfully merging this pull request may close these issues.

Exodus output skipped timestep when sync only
3 participants