From 18ba5f0eef5d27b9741ef0f9a98c7f857b674ce6 Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Thu, 2 Dec 2010 11:15:16 +0000
Subject: [PATCH] adapted tutorial such that we have advection-dominated flow
 again

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4807 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 tutorial/tutorialproblem_decoupled.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorial/tutorialproblem_decoupled.hh b/tutorial/tutorialproblem_decoupled.hh
index 2398b274b1..afd29ec3fb 100644
--- a/tutorial/tutorialproblem_decoupled.hh
+++ b/tutorial/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.
-- 
GitLab