From 56ac7836c8730e1f7e6c521bd92fe54ffa6acc63 Mon Sep 17 00:00:00 2001 From: Santiago Ospina Date: Tue, 21 Aug 2018 18:35:00 +0000 Subject: [PATCH] Update base_simulation.hh --- dune/dorie/interface/base_simulation.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dune/dorie/interface/base_simulation.hh b/dune/dorie/interface/base_simulation.hh index af96641f..868ea0c6 100644 --- a/dune/dorie/interface/base_simulation.hh +++ b/dune/dorie/interface/base_simulation.hh @@ -138,7 +138,9 @@ public: virtual void preStep() {}; /** - * @brief Performs one steps in direction to endTime() + * @brief Performs one steps in direction to endTime(). The time-step + * should never result on a bigger step than the one suggested + * in suggestTimestep(). */ virtual void step() = 0; -- GitLab