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

Feature: Option to disable interpolation in ARKODE #457

Closed
wants to merge 17 commits into from

Conversation

gardner48
Copy link
Member

Add support for disabling interpolated output in ARKODE steppers by passing ARK_INTERP_NONE to the SetInterpolantType functions. Disabling interpolation can reduce the memory footprint of an integrator by two or more state vectors (depending on the interpolation type and degree) which can be beneficial when interpolation is not needed e.g., when integrating to a final time without output in between or using an explicit fast time scale integrator with MRIStep.

When interpolation is disabled, rootfinding is not supported, implicit methods must use the trivial predictor, interpolation at stop times cannot be used, and calls to Evolve in ARK_NORMAL mode will return at or past the requested output time.

@gardner48
Copy link
Member Author

Replaced by #474

@gardner48 gardner48 closed this May 12, 2024
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.

None yet

2 participants