LLNL / sundials

Official development repository for SUNDIALS - a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. Pull requests are welcome for bug fixes and minor changes.
https://computing.llnl.gov/projects/sundials
BSD 3-Clause "New" or "Revised" License
520 stars 129 forks source link

[BUG] ARKodeSetDefaults assumes ReInit #569

Open gardner48 opened 2 months ago

gardner48 commented 2 months ago

Current Behavior:

As mentioned in #560, when restoring the default settings with ARKodeSetDefaults the integrator is put in a state where a call to ARKReInit is necessary before calling Evolve.

Expected Behavior:

This behavior needs to documented or updated such that Evolve may be called after ARKodeSetDefaults.