Public Member Functions | |
ODEShoot (Properties props) throws IllegalArgumentException | |
Constructs the ODE solver. | |
ODEShoot (Properties props, double dx, int subSteps) throws IllegalArgumentException | |
Constructs the ODE solver. | |
ODEShoot (ODE ode, double dx, int dn, ODEIntegrator oi) throws IllegalArgumentException | |
Constructs the ODE solver. | |
ODE | getODE () |
Gets the ODE. | |
double | getDeltaX () |
Gets the grid spacing. | |
double[] | solve () |
Solves the ODE. | |
String | getDataFormat () |
Gets the format in which output is printed. |
gridripper::odesolver::shoot::ODEShoot::ODEShoot | ( | Properties | props | ) | throws IllegalArgumentException [inline] |
gridripper::odesolver::shoot::ODEShoot::ODEShoot | ( | Properties | props, | |
double | dx, | |||
int | subSteps | |||
) | throws IllegalArgumentException [inline] |
gridripper::odesolver::shoot::ODEShoot::ODEShoot | ( | ODE | ode, | |
double | dx, | |||
int | dn, | |||
ODEIntegrator | oi | |||
) | throws IllegalArgumentException [inline] |
double gridripper::odesolver::shoot::ODEShoot::getDeltaX | ( | ) | [inline] |
Gets the grid spacing.
double [] gridripper::odesolver::shoot::ODEShoot::solve | ( | ) | [inline] |
String gridripper::odesolver::shoot::ODEShoot::getDataFormat | ( | ) | [inline] |
Gets the format in which output is printed.