From 68e232bdf8e2a0bb66a27a4325d60c300ecc4fa8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 12 May 2024 10:35:24 -0600 Subject: [PATCH] Provide alternatives. --- include/deal.II/grid/grid_generator.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index ca3692f2fe..391f489697 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -110,7 +110,10 @@ namespace GridGenerator * the simplex created by this function and described by the input arguments * is subdivided into quadrilaterals and hexahedra by adding edge, * face, and simplex midpoints, resulting in a mesh that consists of - * $d+1$ quadrilateral or hexahedral cells. + * $d+1$ quadrilateral or hexahedral cells. (However, you can create a + * simplex geometry with a single simplex cell -- i.e., a triangle or + * a tetrahedron -- with both the GridGenerator::reference_cell() and + * the directly with the Triangulation::create_triangulation() functions.) * * The @p vertices argument contains a vector with all d+1 vertices defining * the corners of the simplex. They must be given in an order such that the -- 2.39.5