
Public Member Functions | |
| ODERelaxInit (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::ODERelaxInit::ODERelaxInit | ( | String[] | args, | |
| Parameters | p, | |||
| PDE | pde | |||
| ) | throws IllegalArgumentException [inline] |
| void gridripper::amr1d::initcond::ODERelaxInit::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 |
Implements gridripper::amr1d::FuncInitCond.
| String gridripper::amr1d::initcond::ODERelaxInit::getMessage | ( | ) | [inline] |
Gets information about initial condition generation.
Reimplemented from gridripper::amr1d::InitCond.
| void gridripper::amr1d::initcond::ODERelaxInit::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.
1.5.6