A time-integrator that advances a field
n
at time
n
, to time
n + 1
. For the ODE system
= F(, t)
(4.5)
it adopts the following algorithm
(1)
=
n + tF(n, nt) Stage 1
n+1
=
n + F(n, nt) + F((1),(n + 1)t)
(4.6)
Therefore, the integrator has no idea of the dimensionality of space,
but makes copious use of the functionality in the FieldVar for the
imposition of boundary conditions and ghost-cell updates.