From e03239bd6393f43c451f952a8a782ba4e01104a2 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Sat, 16 Jun 2018 20:01:12 +0200 Subject: [PATCH] [fvassembler] Set stationary to true if time loop is a nullptr --- dumux/assembly/fvassembler.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/assembly/fvassembler.hh b/dumux/assembly/fvassembler.hh index 158ac17ae4..0fab3877ae 100644 --- a/dumux/assembly/fvassembler.hh +++ b/dumux/assembly/fvassembler.hh @@ -102,7 +102,7 @@ public: , fvGridGeometry_(fvGridGeometry) , gridVariables_(gridVariables) , timeLoop_(timeLoop) - , isStationaryProblem_(false) + , isStationaryProblem_(!timeLoop) {} /*! -- GitLab