]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Eliminated element type 15 from the list of supported elements in
authorLuca Heltai <luca.heltai@sissa.it>
Fri, 7 Sep 2007 18:00:58 +0000 (18:00 +0000)
committerLuca Heltai <luca.heltai@sissa.it>
Fri, 7 Sep 2007 18:00:58 +0000 (18:00 +0000)
the gmsh format.

git-svn-id: https://svn.dealii.org/trunk@15163 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/grid_in.h

index 0b526f7ee58d7c5aa99c544857fc8fd3be0be9cb..bad936adcf4a65ebdb4625ed9dbbcac7ad06ab2e 100644 (file)
@@ -374,9 +374,8 @@ class GridIn
                    << "Supported elements are: \n"
                    << "ELM-TYPE\n"
                    << "1 Line (2 nodes, 1 edge).\n"
-                   << "3 Quadrangle (4 nodes, 4 edges).\n"
-                   << "5 Hexahedron (8 nodes, 12 edges, 6 faces).\n"
-                   << "15 Point (1 node).");
+                   << "3 Quadrilateral (4 nodes, 4 edges).\n"
+                   << "5 Hexahedron (8 nodes, 12 edges, 6 faces).");
   private:
                                     /**
                                      * Store address of the triangulation to

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.