Solution of ODEs with shootation method.
More...
#include <ODEShoot.h>
List of all members.
Detailed Description
Solution of ODEs with shootation method.
- Version:
- 0.5, 11/06/2008
- Since:
- GridRipper 0.5, 01/28/2007
- Author:
- Peter Csizmadia
Constructor & Destructor Documentation
Constructs the ODE solver.
- Parameters:
-
Constructs the ODE solver.
- Parameters:
-
| props | properties |
| dx | the target grid spacing |
| subSteps | divide dx by this value to get the ODE solver grid spacing |
Constructs the ODE solver.
- Parameters:
-
| ode | the ODE |
| dx | x difference between neighboring elements of output array |
| dn | number of numerical steps leading to next element in output array |
| oi | integrator method |
Member Function Documentation
string gridripper::odesolver::shoot::ODEShoot::getDataFormat |
( |
|
) |
const [inline] |
Gets the format in which output is printed.
- Returns:
- the format
GReal_t gridripper::odesolver::shoot::ODEShoot::getDeltaX |
( |
|
) |
const [inline] |
Gets the grid spacing.
- Returns:
- the grid spacing
ODE& gridripper::odesolver::shoot::ODEShoot::getODE |
( |
|
) |
const [inline] |
void gridripper::odesolver::shoot::ODEShoot::solve |
( |
tvector< GReal_t > & |
sol |
) |
const |
Solves the ODE.
- Parameters:
-
| sol | output array for the solution |
The documentation for this class was generated from the following file:
- /home/laszloa/SVN/GR/gridripper/include/gridripper/odesolver/shoot/ODEShoot.h