From 9f39e767afe29bc35fd7369bd5af9a3a57593f3d Mon Sep 17 00:00:00 2001 From: Bernd Flemisch Date: Thu, 2 Dec 2010 11:15:16 +0000 Subject: [PATCH] adapted tutorial such that we have advection-dominated flow again --- examples/tutorialproblem_decoupled.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorialproblem_decoupled.hh b/examples/tutorialproblem_decoupled.hh index 2398b274b..afd29ec3f 100644 --- a/examples/tutorialproblem_decoupled.hh +++ b/examples/tutorialproblem_decoupled.hh @@ -184,7 +184,7 @@ public: bool shouldWriteOutput() const /*@\label{tutorial-decoupled:output}@*/ { return this->timeManager().timeStepIndex() > 0 && - (this->timeManager().timeStepIndex() % 20 == 0); + (this->timeManager().timeStepIndex() % 1 == 0); } //! Returns the temperature within the domain.