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. |
gridripper::odesolver::relax::ParameterParser::ParameterParser | ( | Properties | props | ) | [inline] |
Creates a parameter parser using a property map.
props | the property map |
String gridripper::odesolver::relax::ParameterParser::getParameter | ( | String | key | ) | [inline, protected] |
Gets a parameter.
key | the parameter name |
The ordinary differential equation.
The order of the numerical method (2 or 4).
Number of grid points minus 1.
boolean gridripper::odesolver::relax::ParameterParser::maxiSet = false |
Whether the maxi parameter was set explicitly.
Maximum number of iterations.