File arkode.hxx¶
-
class
ArkodeSolver
: public Solver¶ Public Functions
-
~ArkodeSolver
()¶
-
int
init
(int nout, BoutReal tstep)¶ Initialise the solver NOTE: nout and tstep should be passed to run, not init. Needed because of how the PETSc TS code works
-
int
run
()¶ Run the solver, calling monitors nout times, at intervals of tstep. This function is called by solve(), and is specific to each solver type
This should probably be protected, since it shouldn’t be called by users.
-