sundials
sundials copied to clipboard
[BUG] ARKodeSetDefaults assumes ReInit
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.