adapted tutorial such that we have advection-dominated flow again

This commit is contained in:
Bernd Flemisch 2010-12-02 11:15:16 +00:00 committed by Andreas Lauser
parent 4dcf68f7a5
commit 9f39e767af

View File

@ -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.