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

Add DAE solver - activate using solve_model_dae - #14 #22

Closed jespfra closed 7 months ago

jespfra commented 7 months ago

Now it is possible to solve the system using a DAE solver, #14 . It is quite slow though. Examples are shown in the test folder. The lwe_dae examples does not work atm. Need to investigate exactly why. More testing is necessary.