From 4edd26644fdaa3e2a5fb7032a4bb525e6a36e51f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Mar 2022 13:34:40 -0700 Subject: [PATCH] Remove a note. --- include/deal.II/multigrid/multigrid.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/deal.II/multigrid/multigrid.h b/include/deal.II/multigrid/multigrid.h index b1d262443e..0b59923c88 100644 --- a/include/deal.II/multigrid/multigrid.h +++ b/include/deal.II/multigrid/multigrid.h @@ -156,11 +156,6 @@ namespace mg * vector. This is a nontrivial operation, usually initiated automatically by * the class PreconditionMG and performed by the classes derived from * MGTransferBase. - * - * @note The interface of this class is still very clumsy. In particular, you - * will have to set up quite a few auxiliary objects before you can use it. - * Unfortunately, it seems that this can be avoided only be restricting the - * flexibility of this class in an unacceptable way. */ template class Multigrid : public Subscriptor -- 2.39.5