From 7529be3f4790424b13d94ac55e349527396044b1 Mon Sep 17 00:00:00 2001 From: Ben Prather Date: Mon, 26 Aug 2024 04:23:36 -0600 Subject: [PATCH] Update driver.rst (#1158) --- doc/sphinx/src/driver.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/sphinx/src/driver.rst b/doc/sphinx/src/driver.rst index a7c400bc9086..2587a806c070 100644 --- a/doc/sphinx/src/driver.rst +++ b/doc/sphinx/src/driver.rst @@ -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 ----------------