gridripper::odesolver::shoot::ODEShoot Class Reference

Solution of ODEs with shootation method. More...

List of all members.

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.


Detailed Description

Solution of ODEs with shootation method.

Version:
0.5, 06/11/2009
Since:
GridRipper 0.5, 01/28/2007
Author:
Peter Csizmadia

Constructor & Destructor Documentation

gridripper::odesolver::shoot::ODEShoot::ODEShoot ( Properties  props  )  throws IllegalArgumentException [inline]

Constructs the ODE solver.

Parameters:
props properties

gridripper::odesolver::shoot::ODEShoot::ODEShoot ( Properties  props,
double  dx,
int  subSteps 
) throws IllegalArgumentException [inline]

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

gridripper::odesolver::shoot::ODEShoot::ODEShoot ( ODE  ode,
double  dx,
int  dn,
ODEIntegrator  oi 
) throws IllegalArgumentException [inline]

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

ODE gridripper::odesolver::shoot::ODEShoot::getODE (  )  [inline]

Gets the ODE.

Returns:
the ODE

double gridripper::odesolver::shoot::ODEShoot::getDeltaX (  )  [inline]

Gets the grid spacing.

Returns:
the grid spacing

double [] gridripper::odesolver::shoot::ODEShoot::solve (  )  [inline]

Solves the ODE.

Returns:
array containing the solution

String gridripper::odesolver::shoot::ODEShoot::getDataFormat (  )  [inline]

Gets the format in which output is printed.

Returns:
the format


The documentation for this class was generated from the following file:

Generated on Wed Jun 17 18:47:30 2009 for GridRipper by  doxygen 1.5.6