From 7a52b3c9efd7f14bd0e68f39d51df7f25dfe819d Mon Sep 17 00:00:00 2001
From: Marc Fehling <mafehling.git@gmail.com>
Date: Fri, 4 Nov 2022 11:55:17 -0600
Subject: [PATCH] Add reference to dissertation in hp::Refinement namespace.

---
 include/deal.II/hp/refinement.h | 3 +++
 1 file changed, 3 insertions(+)

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.
+   *
    * <h3>Usage</h3>
    *
    * To successfully apply hp-adaptive methods, we recommend the following
-- 
2.39.5