Public Member Functions | |
ODEIntegrator (ODE ode) | |
Constructs the integrator. | |
abstract void | integrate (double[] f, double x, double dx) |
Performs an integration step. | |
ODE | getODE () |
Gets the ODE. | |
Static Public Member Functions | |
static ODEIntegrator | create (String name, ODE ode) throws IllegalArgumentException |
Creates an integrator. |
gridripper::odesolver::shoot::ODEIntegrator::ODEIntegrator | ( | ODE | ode | ) | [inline] |
abstract void gridripper::odesolver::shoot::ODEIntegrator::integrate | ( | double[] | f, | |
double | x, | |||
double | dx | |||
) | [pure virtual] |
Performs an integration step.
f | variable for the intial values (input) and the result (output) | |
x | the coordinate | |
dx | the step size |
static ODEIntegrator gridripper::odesolver::shoot::ODEIntegrator::create | ( | String | name, | |
ODE | ode | |||
) | throws IllegalArgumentException [inline, static] |