From 04ace57fe4971a4c4d9ac35d61606ffbae821772 Mon Sep 17 00:00:00 2001
From: David Wells
Date: Wed, 4 Jul 2018 11:13:50 -0400
Subject: [PATCH] Add a link to channel_with_cylinder in the TFI documentation.
---
include/deal.II/grid/manifold_lib.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/deal.II/grid/manifold_lib.h b/include/deal.II/grid/manifold_lib.h
index 99d9c57cc4..f6da483202 100644
--- a/include/deal.II/grid/manifold_lib.h
+++ b/include/deal.II/grid/manifold_lib.h
@@ -777,6 +777,9 @@ private:
* @image html circular_mesh_only_boundary_manifold.png
*
*
+ * This manifold is used in a few GridGenerator functions, including
+ * GridGenerator::channel_with_cylinder.
+ *
* Implementation details
*
* In the implementation of this class, the manifolds surrounding a coarse
--
2.39.5