Public Member Functions | |
ODEShootInit (String[] args, Parameters p, PDE pde) throws IllegalArgumentException | |
Creates initial condition. | |
String | getMessage () |
Gets information about initial condition generation. | |
Protected Member Functions | |
void | init (PDE pde, double x, FieldWrapper phi) throws InitCond.Exception |
Initializes the grid at the specified point. | |
void | endInit () |
Called at the end of init. |
gridripper::amr1d::initcond::ODEShootInit::ODEShootInit | ( | String[] | args, | |
Parameters | p, | |||
PDE | pde | |||
) | throws IllegalArgumentException [inline] |
Creates initial condition.
args | the arguments (1-element array) | |
p | the parameters | |
pde | the PDE |
void gridripper::amr1d::initcond::ODEShootInit::init | ( | PDE | pde, | |
double | x, | |||
FieldWrapper | phi | |||
) | throws InitCond.Exception [inline, protected, virtual] |
Initializes the grid at the specified point.
pde | the PDE | |
x | the x coordinate | |
phi | output array for the field values |
Reimplemented from gridripper::amr1d::initcond::UserDef.
String gridripper::amr1d::initcond::ODEShootInit::getMessage | ( | ) | [inline] |
Gets information about initial condition generation.
Reimplemented from gridripper::amr1d::InitCond.
void gridripper::amr1d::initcond::ODEShootInit::endInit | ( | ) | [inline, protected] |
Called at the end of init.
This method can free temporarily allocated memory or perform other clean-up tasks. The default implementations is empty.
Reimplemented from gridripper::amr1d::FuncInitCond.