8000 Bugfix: stop time and output time reached in same step by gardner48 · Pull Request #349 · LLNL/sundials · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bugfix: stop time and output time reached in same step #349

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

Merged
merged 15 commits into from
Oct 4, 2023

Conversation

gardner48
Copy link
Member

Fixes #339: A regression was introduced by the stop time bug fix in v6.6.1 causing integrators to return at the stop time rather than the requested output time if the stop time was reached in the same step in which the output time was passed.

Also fixes a missing check in ARKODE to interpolate (or not) the solution at the stop time.

drreynolds
drreynolds previously approved these changes Oct 3, 2023
@balos1 balos1 added this to the SUNDIALS Next milestone Oct 3, 2023
drreynolds
drreynolds previously approved these changes Oct 3, 2023
gardner48 added a commit to sundials-codes/answers that referenced this pull request Oct 3, 2023
@balos1
Copy link
Member
balos1 commented Oct 4, 2023

great to have a unit test for this now!

@balos1 balos1 merged commit e800b15 into develop Oct 4, 2023
@balos1 balos1 deleted the bugfix/tstop-tout branch October 4, 2023 19:28
@balos1 balos1 mentioned this pull request Oct 4, 2023
gardner48 added a commit that referenced this pull request Dec 18, 2023
Fixes #339: A regression was introduced by the stop time bug fix in
v6.6.1 causing integrators to return at the stop time rather than the
requested output time if the stop time was reached in the same step in
which the output time was passed.

Also fixes a missing check in ARKODE to interpolate (or not) the
solution at the stop time.
balos1 pushed a commit that referenced this pull request Dec 18, 2023
Fixes #339: A regression was introduced by the stop time bug fix in
v6.6.1 causing integrators to return at the stop time rather than the
requested output time if the stop time was reached in the same step in
which the output time was passed.

Also fixes a missing check in ARKODE to interpolate (or not) the
solution at the stop time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0