sundials icon indicating copy to clipboard operation
sundials copied to clipboard

ARKODE Stepper SetDefaults memory leak fix

Open drreynolds opened this issue 6 months ago • 0 comments

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.

drreynolds avatar Aug 28 '24 14:08 drreynolds