Skip to content
Snippets Groups Projects
Commit 5cde3121 authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Use more 'override'

parent 36f6cfbc
Branches
No related tags found
No related merge requests found
......@@ -46,13 +46,13 @@ public:
using Base::Base;
/** \brief Restrict level fL of f and store the result in level cL of t */
void restrict(const VectorType& f, VectorType &t) const;
void restrict(const VectorType& f, VectorType &t) const override;
/** \brief Prolong level cL of f and store the result in level fL of t */
void prolong(const VectorType& f, VectorType &t) const;
void prolong(const VectorType& f, VectorType &t) const override;
/** \brief Galerkin assemble a coarse stiffness matrix */
void galerkinRestrict(const MatrixType& fineMat, MatrixType& coarseMat) const;
void galerkinRestrict(const MatrixType& fineMat, MatrixType& coarseMat) const override;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment