From f2d91703e1b229882b7d1221659995f56539efdf Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 11 May 2020 14:56:00 -0500 Subject: [PATCH] Address review comments (typos) Update include/deal.II/hp/refinement.h Update include/deal.II/numerics/adaptation_strategies.h Update include/deal.II/numerics/adaptation_strategies.h Co-authored-by: Martin Kronbichler --- include/deal.II/hp/refinement.h | 2 +- include/deal.II/numerics/adaptation_strategies.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/hp/refinement.h b/include/deal.II/hp/refinement.h index 8440b66827..49ad593a69 100644 --- a/include/deal.II/hp/refinement.h +++ b/include/deal.II/hp/refinement.h @@ -376,7 +376,7 @@ namespace hp * measured in the energy norm; this assumption enters the rate of * convergence that is used in the prediction. The $l_2$-norm of the output * argument @p predicted_errors corresponds to the predicted global error - * after adaptation will be applied. + * after adaptation. * * For p-adaptation, the local error is expected to converge exponentially * with the polynomial degree of the assigned finite element. Each increase diff --git a/include/deal.II/numerics/adaptation_strategies.h b/include/deal.II/numerics/adaptation_strategies.h index 451789150c..d45c5ceea5 100644 --- a/include/deal.II/numerics/adaptation_strategies.h +++ b/include/deal.II/numerics/adaptation_strategies.h @@ -145,7 +145,7 @@ namespace AdaptationStrategies * @f] * * This strategy preserves the $l_1$-norm of the corresponding global data - * Vector before and after adaptation. + * vector before and after adaptation. */ template value_type @@ -163,7 +163,7 @@ namespace AdaptationStrategies * @f] * * This strategy preserves the $l_2$-norm of the corresponding global data - * Vector before and after adaptation. + * vector before and after adaptation. */ template value_type -- 2.39.5