Packageorg.generalrelativity.foam.dynamics.ode.solver
Classpublic class RK4
InheritanceRK4 Inheritance AbstractSolver
ImplementsIODESolver



Public Properties
 PropertyDefined by
 Inheritedode : IODE
AbstractSolver
Protected Properties
 PropertyDefined by
 Inherited_ode : IODE
equation to solve
AbstractSolver
Public Methods
 MethodDefined by
  
RK4(ode:IODE)
Creates a new RK4 solver
RK4
  
step(dt:Number):void
Advances the state of the system by dt
RK4
Constructor detail
RK4()constructor
public function RK4(ode:IODE)

Creates a new RK4 solver

Parameters
ode:IODE — IODE to solve
Method detail
step()method
public override function step(dt:Number):void

Advances the state of the system by dt

Parameters
dt:Number — timestep with which to advance equation