From a746eb388d5a95a9fbbd4c8d9e83f56f3ad10660 Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@math.fu-berlin.de> Date: Wed, 5 Dec 2018 14:20:07 +0100 Subject: [PATCH] Update documentation --- dune/contact/common/staticmgcontactproblem.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dune/contact/common/staticmgcontactproblem.hh b/dune/contact/common/staticmgcontactproblem.hh index 1ef46bad..be0d18ac 100644 --- a/dune/contact/common/staticmgcontactproblem.hh +++ b/dune/contact/common/staticmgcontactproblem.hh @@ -86,8 +86,7 @@ public: //! Return the i'th material MaterialType& getMaterial(size_t i) {return (*materials_)[i]; } - - //! Set mass matrices which serve as a regularisation in case of pure Neumann problems + //! Set surface mass matrices in the case of Robin conditions void setMassMatrices(const std::vector<MatrixType>& mass) { mass_ = stackobject_to_shared_ptr<const std::vector<MatrixType> >(mass); -- GitLab