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

Add some documenation

parent 3c296ce2
Branches
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ template <class MatrixType, class VectorType>
void MonotoneMGStep<MatrixType, VectorType>::
preprocess()
{
// Unset the recompute bitfields, so we compute the full stiffness matrix hierarchy at the beginning
for (size_t i=0; i<this->mgTransfer_.size(); i++)
dynamic_cast<TruncatedMGTransfer<VectorType>*>(this->mgTransfer_[i])->setRecomputeBitField(nullptr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment