Strang splitting
Strang splitting is a numerical method of solving ordinary differential equations (ODEs). It is named after Gilbert Strang. The essential idea is that a complex ODE can be decomposed into multiple simpler ODEs. Each ODE can be advanced independently, and then the total change would be the sum of all individual changes. To demonstrate this idea, suppose we have an equation of the form
where , are differential operators. Suppose further that had we dropped either of the differential operators on the right hand side we would be left with equations that were much simpler to solve.
If we start from some point where value of the function is known and advance it to the next point according to the simplified, reduced ODEs, we will get
Combining these two advancement operators yields the value of the function at the next point, according to the complete ODE
References
- Marlis Hochbruck, Alexander Ostermann, Time Integration: Splitting Methods
- Jason Frank, Splitting Methods