You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to use user defined linear and non-linear solvers for stiff systems, especially sparse solvers? I would like to use odeint for solving partial differential equations. Hence, the Jacobians that I consider are large and sparse matrices.
Regards
The text was updated successfully, but these errors were encountered:
Until odeint supports user provided linear solvers, I can personally recommend SUNDIALS
(versions sundials >= 3 even support user supplied direct solvers, and sundials<=2.7.0 accept user defined preconditioners).
Hello,
is it possible to use user defined linear and non-linear solvers for stiff systems, especially sparse solvers? I would like to use odeint for solving partial differential equations. Hence, the Jacobians that I consider are large and sparse matrices.
Regards
The text was updated successfully, but these errors were encountered: