cadet / CADET-Julia

CADET-Julia is an implementation of the Discontinuous Galerkin Spectral Element method found in CADET.
GNU General Public License v3.0
9 stars 0 forks source link

Fix IDA time integrator #14

Open jbreue16 opened 8 months ago

jbreue16 commented 8 months ago

Sundials IDA implementation of the BDF time integration is required to create a baseline benchmark with CADET-Core.

jespfra commented 7 months ago

Partially added in #24 but it still does not work for SMA isotherm

jbreue16 commented 3 days ago

Ive repurposed this issue into fixing the use of the IDA solver as we know it should work for SMA settings.