From 283c33e4e2a5d27874bbc0f7f69c0f4976f67abf Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 16 Jul 2014 08:59:10 +0000 Subject: [PATCH] [cleanup] Remove out-commented code [[Imported from SVN: r9833]] --- dune/gfe/pktop1mgtransfer.hh | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/dune/gfe/pktop1mgtransfer.hh b/dune/gfe/pktop1mgtransfer.hh index 5c8d01a8..0ea4f118 100644 --- a/dune/gfe/pktop1mgtransfer.hh +++ b/dune/gfe/pktop1mgtransfer.hh @@ -145,38 +145,6 @@ public: } - -#if 0 - /** \brief Restrict level fL of f and store the result in level cL of t - * - * \param critical Has to contain an entry for each degree of freedom. - * Those dofs with a set bit are treated as critical. - */ - void restrict(const VectorType& f, VectorType &t, const BitVectorType& critical) const; - - /** \brief Restriction of MultiGridTransfer*/ - using CompressedMultigridTransfer< VectorType, BitVectorType, MatrixType >::restrict; - - /** \brief Prolong level cL of f and store the result in level fL of t - * - * \param critical Has to contain an entry for each degree of freedom. - * Those dofs with a set bit are treated as critical. - */ - void prolong(const VectorType& f, VectorType &t, const BitVectorType& critical) const; - - /** \brief Prolongation of MultiGridTransfer*/ - using CompressedMultigridTransfer< VectorType, BitVectorType, MatrixType >::prolong; - - /** \brief Galerkin assemble a coarse stiffness matrix - * - * \param critical Has to contain an entry for each degree of freedom. - * Those dofs with a set bit are treated as critical. - */ - void galerkinRestrict(const MatrixType& fineMat, MatrixType& coarseMat, const BitVectorType& critical) const; - - /** \brief Galerkin restriction of MultiGridTransfer*/ - using CompressedMultigridTransfer< VectorType, BitVectorType, MatrixType >::galerkinRestrict; -#endif }; #endif -- GitLab