Skip to content
Snippets Groups Projects
Commit 6de498eb authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL/HM] Add referenced mass lumping documentation.

parent 84b4155f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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