]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update supported gmsh cell types in exception message. 17035/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 17 May 2024 01:36:50 +0000 (19:36 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 17 May 2024 01:36:50 +0000 (19:36 -0600)
include/deal.II/grid/grid_in.h

index bb255669fd91d3770dc7f3081d31ea539cfa1d89..77cc5c44359ef67bf23aa3e2e941d5c6bd08a681 100644 (file)
@@ -860,9 +860,11 @@ public:
                  << "Supported elements are: \n"
                  << "ELM-TYPE\n"
                  << "1 Line (2 nodes, 1 edge).\n"
+                 << "2 Triangle (3 nodes, 3 edges).\n"
                  << "3 Quadrilateral (4 nodes, 4 edges).\n"
+                 << "4 Tetrahedron (4 nodes, 6 edges, 4 faces) when in 3d.\n"
                  << "5 Hexahedron (8 nodes, 12 edges, 6 faces) when in 3d.\n"
-                 << "15 Point (1 node, ignored when read)");
+                 << "15 Point (1 node, ignored when read).");
 
 
   DeclException2(

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.