Currently, we wrap every semidiscretization in an ODEProblem. However, some equations contain stiff terms, such as the Svärd-Kalisch equations with $\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 SplitODEProblem. This allows using IMEX time integrators.
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.