BOUT-dev icon indicating copy to clipboard operation
BOUT-dev copied to clipboard

Next IMEX issue

Open maggul opened this issue 1 year ago • 0 comments

solver:imex=false flag was causing a potential error when solver:type=arkode was used, this is now fixed. Also, now omits creation of implicit algebraic solver when running with an explicit solver.

When solver:imex=false and solver:implicit=true and solver:explicit=true, then the module now sets solver:imex=true and proceeds with this option. If you prefer returning an error instead, just let me know.

maggul avatar Jun 24 '24 16:06 maggul