pathsim.solvers.ssprk22 module
- class pathsim.solvers.ssprk22.SSPRK22(*solver_args, **solver_kwargs)[source]
Bases:
ExplicitRungeKuttaStrong Stability Preserving (SSP) 2-nd order two stage (2,2) Runge-Kutta method, also known as the ‘Heun-Method’.
This integrator has a good trade off between speed, accuracy and stability. Especially for non-stiff linear systems, this is probably a great choice.