gridripper::odesolver::relax::ParameterParser Class Reference

ODE solver parameter parser. More...

List of all members.

Public Member Functions

 ParameterParser (Properties props)
 Creates a parameter parser using a property map.
void parse () throws IllegalArgumentException
 Parses parameters.

Public Attributes

ODE ode = null
 The ordinary differential equation.
int order = 2
 The order of the numerical method (2 or 4).
int maxi = 0
 Number of grid points minus 1.
boolean maxiSet = false
 Whether the maxi parameter was set explicitly.
int numIterations = -1
 Maximum number of iterations.
String dataFormat = ":x:%8.6f:f:%+22.15e"
 Output is printed in the specified format.

Protected Member Functions

String getParameter (String key)
 Gets a parameter.


Detailed Description

ODE solver parameter parser.

Version:
0.5, 07/15/2008
Since:
GridRipper 0.4, 09/17/2006
Author:
Peter Csizmadia

Constructor & Destructor Documentation

gridripper::odesolver::relax::ParameterParser::ParameterParser ( Properties  props  )  [inline]

Creates a parameter parser using a property map.

Parameters:
props the property map


Member Function Documentation

String gridripper::odesolver::relax::ParameterParser::getParameter ( String  key  )  [inline, protected]

Gets a parameter.

Parameters:
key the parameter name


Member Data Documentation

The ordinary differential equation.

The order of the numerical method (2 or 4).

Number of grid points minus 1.

Whether the maxi parameter was set explicitly.

Maximum number of iterations.


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