From 3023327481834bfa12e9fe2c752d05dbd0bdbd5b Mon Sep 17 00:00:00 2001 From: Fabian Castelli <50630942+gfcas@users.noreply.github.com> Date: Sun, 15 May 2022 11:07:17 +0200 Subject: [PATCH] Apply constant_modes doc review Co-authored-by: Wolfgang Bangerth --- include/deal.II/lac/trilinos_precondition.h | 22 +++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/include/deal.II/lac/trilinos_precondition.h b/include/deal.II/lac/trilinos_precondition.h index 1ca08b46a4..1c5ae1061d 100644 --- a/include/deal.II/lac/trilinos_precondition.h +++ b/include/deal.II/lac/trilinos_precondition.h @@ -1493,15 +1493,21 @@ namespace TrilinosWrappers * Specifies the constant modes (near null space) of the matrix. This * parameter tells AMG whether we work on a scalar equation (where the * near null space only consists of ones, and default value is OK) or on - * a vector-valued equation. For vector-valued equation problem with - * n_component, the provided @p constant_modes should fulfill - * the following requirements: + * a vector-valued equation. For vector-valued problem with + * n_components components, the provided @p constant_modes + * should fulfill the following requirements: * */ -- 2.39.5