OOF2: The Manual

Name

TimeStepper — Ways of taking a single time step.

Subclasses

Subclasses are listed as they appear in the GUI and (in parentheses) as they appear in scripts.

Description

TimeStepper objects describe ways of taking a single time step when solving a time dependent problem. Given a set of Field values at time \(t\), they compute a set of new values at time \(t+\Delta t\).

TimeStepper is used for the stepper parameter for UniformDriver and the singlestep parameter for QCTimeStepper, which is used for adaptive stepping.

All of the time steppers in OOF2 work with both linear and nonlinear equations.