From: Fabian Castelli Date: Sun, 15 May 2022 10:23:40 +0000 (+0200) Subject: Point out DoFTools::extract_constant_modes X-Git-Tag: v9.4.0-rc1~144^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13512%2Fhead;p=dealii.git Point out DoFTools::extract_constant_modes --- 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;