Skip to content
Snippets Groups Projects
Commit 163af5e6 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

Merge branch 'fix/stationary-assembler' into 'master'

[fvassembler] Set stationary to true if time loop is a nullptr

See merge request !1013
parents 1886f7c5 e03239bd
No related branches found
No related tags found
1 merge request!1013[fvassembler] Set stationary to true if time loop is a nullptr
...@@ -102,7 +102,7 @@ public: ...@@ -102,7 +102,7 @@ public:
, fvGridGeometry_(fvGridGeometry) , fvGridGeometry_(fvGridGeometry)
, gridVariables_(gridVariables) , gridVariables_(gridVariables)
, timeLoop_(timeLoop) , timeLoop_(timeLoop)
, isStationaryProblem_(false) , isStationaryProblem_(!timeLoop)
{} {}
/*! /*!
......
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