Skip to content

Commit

Permalink
Update driver.rst (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
bprather authored Aug 26, 2024
1 parent 3a969ff commit 7529be3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/sphinx/src/driver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ The ``EvolutionDriver`` class derives from ``Driver``, defining the
loop, including periodic outputs. It has a single pure virtual member
function called ``Step`` which a derived class must define and which
will be called during each pass of the loop above.
will be called during each pass of the loop above. The
``SetGlobalTimeStep`` and ``OutputCycleDiagnostics`` functions have
default implementations, but can be overridden for flexibility.

MultiStageDriver
----------------
Expand Down

0 comments on commit 7529be3

Please sign in to comment.