-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow IMEX solvers for stiff problems #165
Comments
Two additional thoughts:
|
Setting up a |
I have not used the mass matrix formulation lately, so we need to check. However, we need to ensure that it works as desired, since the mass matrix depends on the state and does not occur (in a non-trivial form) for all components. |
Yes, that's true. However, it might work with a |
Currently, we wrap every semidiscretization in an$\alpha = 0$ and/or $\gamma = 0$ or the KdV equation (once implemented). Therefore, it would be nice to split up the rhs into a non-stiff part and a stiff part, which are then stored as a
ODEProblem
. However, some equations contain stiff terms, such as the Svärd-Kalisch equations withSplitODEProblem
. This allows using IMEX time integrators.The text was updated successfully, but these errors were encountered: