From 13a79b84f435896ff1e8d4caa4fe6a4603090d1a Mon Sep 17 00:00:00 2001 From: marcfehling Date: Thu, 4 Jul 2019 14:05:14 +0200 Subject: [PATCH] Apply suggestions from code review To be squashed: Applied martin's suggestions. Co-Authored-By: Martin Kronbichler --- include/deal.II/hp/refinement.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/hp/refinement.h b/include/deal.II/hp/refinement.h index 7101ab19f2..f526d3527d 100644 --- a/include/deal.II/hp/refinement.h +++ b/include/deal.II/hp/refinement.h @@ -38,11 +38,11 @@ namespace hp * complexity of the numerical solution. Error estimates are an appropriate * means of determining where adjustments need to be made. * - * However with hp adaptivity, we have two ways to realise these adjustments: + * However with hp adaptivity, we have two ways to realize these adjustments: * For irregular solutions, h adaptive methods which dynamically assign cell * sizes tend to reduce the approximation error, while for smooth solutions p * adaptive methods are better suited in which function spaces will be - * selected dynamically. This namespace offers all tools to decide which type + * selected dynamically. This namespace collects tools to decide which type * of adaptive methods to apply. * *

Usage

@@ -192,7 +192,7 @@ namespace hp * * With an approximation of the local Sobolev regularity index $k_K$, * we may assess to which finite element space our local solution on cell - * $K$ belongs. Since the regularity index is only an etimate, we won't + * $K$ belongs. Since the regularity index is only an estimate, we won't * use it to assign the finite element space directly, but rather consider * it as an indicator for adaptation. If a cell is flagged for refinement, * we will perform p refinement once it satisfies -- 2.39.5