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

[geomechanics][veloutput] respect dumux conventions

parent 155a992f
No related branches found
No related tags found
1 merge request!991respect dumux conventions
...@@ -40,10 +40,12 @@ public: ...@@ -40,10 +40,12 @@ public:
GeomechanicsVelocityOutput(Args&&... args) {} GeomechanicsVelocityOutput(Args&&... args) {}
//! Output is currently disabled (not implemented) //! Output is currently disabled (not implemented)
static constexpr bool enableOutput() { return false; } static constexpr bool enableOutput()
{ return false; }
//! There is always only one solid phase //! There is always only one solid phase
static constexpr int numPhaseVelocities() { return 1; } static constexpr int numPhaseVelocities()
{ return 1; }
//! Returns the name of phase for which velocity is computed //! Returns the name of phase for which velocity is computed
static std::string phaseName(int phaseIdx) static std::string phaseName(int phaseIdx)
......
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