From: Marc Fehling Date: Fri, 4 Nov 2022 17:55:17 +0000 (-0600) Subject: Add reference to dissertation in hp::Refinement namespace. X-Git-Tag: v9.5.0-rc1~873^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a52b3c9efd7f14bd0e68f39d51df7f25dfe819d;p=dealii.git Add reference to dissertation in hp::Refinement namespace. --- diff --git a/include/deal.II/hp/refinement.h b/include/deal.II/hp/refinement.h index 6753892002..2ec1944304 100644 --- a/include/deal.II/hp/refinement.h +++ b/include/deal.II/hp/refinement.h @@ -52,6 +52,9 @@ namespace hp * selected dynamically. This namespace collects tools to decide which type * of adaptive methods to apply. * + * @note A formal description of the algorithms provided in this namespace + * can be found in @cite fehling2020 . See in particular Section 3.2. + * *

Usage

* * To successfully apply hp-adaptive methods, we recommend the following