From da0dea3983bd54ab917d9d8ec416e38f25d968d3 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Mon, 13 Dec 2010 08:40:01 +0000 Subject: [PATCH] Document the class [[Imported from SVN: r3598]] --- dune/solvers/common/canignore.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dune/solvers/common/canignore.hh b/dune/solvers/common/canignore.hh index f1cc4ca3..8dafbf97 100644 --- a/dune/solvers/common/canignore.hh +++ b/dune/solvers/common/canignore.hh @@ -1,6 +1,9 @@ #ifndef CAN_IGNORE_HH #define CAN_IGNORE_HH +/** \brief Abstract base class for solvers and iterationsteps that are + * able to ignore degrees of freedom described by a bit field. + */ template <class BitVectorType> class CanIgnore { -- GitLab