From: bangerth Date: Tue, 21 Jun 2011 17:31:28 +0000 (+0000) Subject: Add something to the documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654ebf637fdf3c77842bec2a3e7efcf0dc608b45;p=dealii-svn.git Add something to the documentation. git-svn-id: https://svn.dealii.org/trunk@23849 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/grid_generator.h b/deal.II/include/deal.II/grid/grid_generator.h index 4c236005e3..b7779bc927 100644 --- a/deal.II/include/deal.II/grid/grid_generator.h +++ b/deal.II/include/deal.II/grid/grid_generator.h @@ -807,7 +807,19 @@ class GridGenerator * must be coarse meshes that have * no refined cells. * - * @note for a related operation + * @note The function copies the material ids + * of the cells of the two input + * triangulations into the output + * triangulation but it currently makes + * no attempt to do the same for boundary + * ids. In other words, if the two + * coarse meshes have anything but + * the default boundary indicators, + * then you will currently have to set + * boundary indicators again by hand + * in the output triangulation. + * + * @note For a related operation * on refined meshes when both * meshes are derived from the * same coarse mesh, see