From 6de498eb7629b04c161580e47b841aa387ec8dc7 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Wed, 8 Jul 2020 21:14:10 +0200
Subject: [PATCH] [PL/HM] Add referenced mass lumping documentation.

---
 ProcessLib/HydroMechanics/HydroMechanicsProcessData.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ProcessLib/HydroMechanics/HydroMechanicsProcessData.h b/ProcessLib/HydroMechanics/HydroMechanicsProcessData.h
index 36269868bb3..605c984f976 100644
--- a/ProcessLib/HydroMechanics/HydroMechanicsProcessData.h
+++ b/ProcessLib/HydroMechanics/HydroMechanicsProcessData.h
@@ -55,6 +55,7 @@ struct HydroMechanicsProcessData
     /// A vector of displacement dimension's length.
     Eigen::Matrix<double, DisplacementDim, 1> const specific_body_force;
 
+    /// If set mass lumping will be applied to the pressure equation.
     bool const mass_lumping;
 
     MeshLib::PropertyVector<double>* pressure_interpolated = nullptr;
-- 
GitLab