From: Wolfgang Bangerth Date: Fri, 15 Jul 2005 15:58:01 +0000 (+0000) Subject: hyper_ball does work in 3d as well for quite some time now. X-Git-Tag: v8.0.0~13418 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f77ddfb703ff0f1c73860bb0ef43b2b23b831c3;p=dealii.git hyper_ball does work in 3d as well for quite some time now. git-svn-id: https://svn.dealii.org/trunk@11148 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/grid_generator.h b/deal.II/deal.II/include/grid/grid_generator.h index 83f9133dc5..b490ef9074 100644 --- a/deal.II/deal.II/include/grid/grid_generator.h +++ b/deal.II/deal.II/include/grid/grid_generator.h @@ -341,21 +341,6 @@ class GridGenerator * throws an error if called in * 1d. * - * This function is presently not - * implemented in 3d, since we - * fear that it might not be - * possible to represent a simple - * grid making up a ball with the - * requirements on the direction - * of lines and faces imposed by - * the triangulation classes. We - * hope that more complicated - * arrangements than the obvious - * one made up of 7 cells can - * cope with this situation, but - * this has not been implemented - * yet. - * * @note The triangulation needs to be * void upon calling this * function.