#include <ODEShoot.h>
Public Member Functions | |
| ODEShoot (const GrrProperties &props) throw (IllegalArgumentException&) | |
| Constructs the ODE solver. | |
| ODEShoot (const GrrProperties &props, GReal_t dx, int subSteps) throw (IllegalArgumentException&) | |
| Constructs the ODE solver. | |
| ODEShoot (ODE *ode, GReal_t dx, int dn, ODEIntegrator *oi) throw (IllegalArgumentException&) | |
| Constructs the ODE solver. | |
| ODE & | getODE () const |
| Gets the ODE. | |
| GReal_t | getDeltaX () const |
| Gets the grid spacing. | |
| void | solve (tvector< GReal_t > &sol) const |
| Solves the ODE. | |
| string | getDataFormat () const |
| Gets the format in which output is printed. | |
| gridripper::odesolver::shoot::ODEShoot::ODEShoot | ( | const GrrProperties & | props | ) | throw (IllegalArgumentException&) |
| gridripper::odesolver::shoot::ODEShoot::ODEShoot | ( | const GrrProperties & | props, | |
| GReal_t | dx, | |||
| int | subSteps | |||
| ) | throw (IllegalArgumentException&) |
| gridripper::odesolver::shoot::ODEShoot::ODEShoot | ( | ODE * | ode, | |
| GReal_t | dx, | |||
| int | dn, | |||
| ODEIntegrator * | oi | |||
| ) | throw (IllegalArgumentException&) |
| ODE& gridripper::odesolver::shoot::ODEShoot::getODE | ( | ) | const [inline] |
| GReal_t gridripper::odesolver::shoot::ODEShoot::getDeltaX | ( | ) | const [inline] |
Gets the grid spacing.
| string gridripper::odesolver::shoot::ODEShoot::getDataFormat | ( | ) | const [inline] |
Gets the format in which output is printed.
1.5.6