From eaa127bf4ebf5f201897116a2e8de4fb3a0e8517 Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Sun, 15 May 2022 12:23:40 +0200 Subject: [PATCH] Point out DoFTools::extract_constant_modes --- include/deal.II/lac/trilinos_precondition.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/deal.II/lac/trilinos_precondition.h b/include/deal.II/lac/trilinos_precondition.h index 1c5ae1061d..42f9a5b259 100644 --- a/include/deal.II/lac/trilinos_precondition.h +++ b/include/deal.II/lac/trilinos_precondition.h @@ -1510,6 +1510,8 @@ namespace TrilinosWrappers * degree of freedom that is part of vector component ic. * * + * We obtain the constant_modes fulfilling the above requirements + * with the function DoFTools::extract_constant_modes. */ std::vector> constant_modes; -- 2.39.5