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

ODE solver parameter parser. More...

#include <ParameterParser.h>

List of all members.

Public Member Functions

 ParameterParser (const GrrProperties &props)
 Creates a parameter parser using a property map.
void parse () throw (IllegalArgumentException&)
 Parses parameters.

Public Attributes

ODEode
 The ordinary differential equation.
int order
 The order of the numerical method (2 or 4).
int maxi
 Number of grid points minus 1.
bool maxiSet
 Whether the maxi parameter was set explicitly.
int numIterations
 Maximum number of iterations.
string dataFormat
 Output is printed in the specified format.

Protected Member Functions

string * getParameter (string key) const
 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 ( const GrrProperties props  ) 

Creates a parameter parser using a property map.

Parameters:
props the property map


Member Function Documentation

string* gridripper::odesolver::relax::ParameterParser::getParameter ( string  key  )  const [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:46:58 2009 for GridRipper by  doxygen 1.5.6