Skip to content
Snippets Groups Projects
Commit 18ba5f0e authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

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
parent c8652107
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment