From: Matthias Maier Date: Mon, 11 May 2020 19:56:00 +0000 (-0500) Subject: Address review comments (typos) X-Git-Tag: v9.2.0-rc1~15^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2d91703e1b229882b7d1221659995f56539efdf;p=dealii.git 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 --- 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