Packageorg.generalrelativity.foam.dynamics.ode
Interfacepublic interface IODESolver
ImplementorsAbstractSolver, Euler, RK4



Public Properties
 PropertyDefined by
  ode : IODE
[read-only] Gets the equation being solved
IODESolver
Public Methods
 MethodDefined by
  
step(dt:Number):void
Advances the equation by the given timestep
IODESolver
Property detail
odeproperty
ode:IODE  [read-only]

Gets the equation being solved

Implementation
    public function get ode():IODE
Method detail
step()method
public function step(dt:Number):void

Advances the equation by the given timestep

Parameters
dt:Number — timestep with which to advance equation