sundials
sundials copied to clipboard
ARKODE Stepper SetDefaults memory leak fix
Updated stepper SetDefaults
routines to deallocate pre-existing structures before nullifying, and moved initial creation of the SUNAdaptController
into stepper SetDefaults
routines instead of arkCreate
. This allows non-adaptive steppers to leave the SUNAdaptController object unallocated.