From 56bc79c02d9a10fb5f03210989cf2fb101e37f9e Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 15 Jul 2005 15:58:01 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/include/grid/grid_generator.h | 15 --------------- 1 file changed, 15 deletions(-) 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. -- 2.39.5