Hi all,
I am interested in implementing a split ODE problem,
I am solving the wave equation with a Finite Volume scheme such as MUSCL with a discontinuous source term.
I want to implement a fractional step method and SciML’s SplitODEProblem seems to be suitable. But as I see most methods are only first order in the split. The second order split would be Strang’s split, which is symmetric.
How could I implement that or something higher order?