====== ODE solver reference ====== This list describes the available ODE solvers that can be selected in the simulation settings window (see [[Simulation_settings|simulation settings]]). ==== Fixed timestep ==== * [[rk5|rk5]] (Dormand-Prince coefficients) ==== Variable timestep ==== * [[DOPRI45|DOPRI45]] (Dormand-Prince) * [[NDF|NDF]] (Klopfenstein-Shampine) * [[RADAU5|RADAU5]] (Hairer-Wanner) ===== See also ===== * [[Solver|Solver]] * [[Solver_settings|Solver settings]]