From 8749ed70afffffa96a3ee5c4d55f70016f7cc9eb Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Tue, 24 Nov 2015 08:18:34 +0100 Subject: [PATCH] Added note on mesh refinement to GridGenerator::extrude_triangulation Fixes #1887 --- include/deal.II/grid/grid_generator.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index cfd62ec409..dd254ff4d1 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -870,6 +870,9 @@ namespace GridGenerator * boundary indicators of the faces of @p input are going to be assigned to * the corresponding side walls in z direction. The bottom and top get the * next two free boundary indicators. + * + * @note The 2d input triangulation @p input must be a coarse mesh that + * has no refined cells. */ void extrude_triangulation (const Triangulation<2, 2> &input, -- 2.39.5