Public Member Functions | |
Zero (String[] args, Parameters p, PDE pde) throws IllegalArgumentException | |
Creates initial condition. | |
final void | init (PDE pde, double x, FieldWrapper fw) |
Initializes the grid at the specified point. |
gridripper::amr1d::initcond::Zero::Zero | ( | String[] | args, | |
Parameters | p, | |||
PDE | pde | |||
) | throws IllegalArgumentException [inline] |
Creates initial condition.
args | the arguments (1-element array) | |
p | the parameters | |
pde | the PDE |
final void gridripper::amr1d::initcond::Zero::init | ( | PDE | pde, | |
double | x, | |||
FieldWrapper | fw | |||
) | [inline, 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.