File adams_bashforth.hxx#
-
class AdamsBashforthSolver : public Solver#
Public Functions
-
~AdamsBashforthSolver() = default#
-
virtual void resetInternalFields() override#
Should wipe out internal field vector and reset from current field object data.
-
virtual int init() override#
Initialise the solver.
Private Functions
Private Members
-
int mxstep#
Maximum number of internal steps between outputs.
-
bool adaptive#
Adapt timestep?
-
bool adaptive_order#
Adapt order?
-
bool followHighOrder#
If true and adaptive the solution used is the more accurate one.
-
int maximum_order#
The maximum order scheme to use.
-
int current_order#
-
int nlocal#
-
int neq#
-
~AdamsBashforthSolver() = default#