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

[staggered][assembler] introduce isStationaryProblem() function

parent 980db06e
No related branches found
No related tags found
1 merge request!734Feature/improve fvassembler
...@@ -362,6 +362,9 @@ public: ...@@ -362,6 +362,9 @@ public:
const LocalResidual& localResidual() const const LocalResidual& localResidual() const
{ return localResidual_; } { return localResidual_; }
bool isStationaryProblem() const
{ return stationary_; }
private: private:
//! reset the residual to 0.0 //! reset the residual to 0.0
void resetResidual_() void resetResidual_()
......
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