Skip to content
Snippets Groups Projects
Commit a746eb38 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Update documentation

parent 4241680a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment