Official development repository for SUNDIALS - a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. Pull requests are welcome for bug fixes and minor changes.
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.
Current Behavior:
As mentioned in #560, when restoring the default settings with
ARKodeSetDefaults
the integrator is put in a state where a call toARKReInit
is necessary before callingEvolve
.Expected Behavior:
This behavior needs to documented or updated such that
Evolve
may be called afterARKodeSetDefaults
.