| Package | org.MARS.dynamics.ode.solver |
| Class | public class RK4 |
| Inheritance | RK4 AbstractSolver |
| Implements | IODESolver |
This is a meticulous and accurate IODESolver. It evaluates the derivative 4 times and then advances the state of the ODE based on a weighted average of these derivatives.
See also
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new RK4 solver
| RK4 | ||
|
step(dt:Number):void
Advances the state of the system by dt
| RK4 | ||