Skip to content
Snippets Groups Projects
Commit c5576e71 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[MeL] Added list of all element types

parent fe530a7f
No related branches found
No related tags found
No related merge requests found
...@@ -21,3 +21,11 @@ ...@@ -21,3 +21,11 @@
#include "MeshLib/Elements/Quad.h" #include "MeshLib/Elements/Quad.h"
#include "MeshLib/Elements/Tet.h" #include "MeshLib/Elements/Tet.h"
#include "MeshLib/Elements/Tri.h" #include "MeshLib/Elements/Tri.h"
namespace MeshLib
{
using AllElements =
std::tuple<Point, Line, Line3, Quad, Quad8, Quad9, Hex, Hex20, Tri, Tri6,
Tet, Tet10, Prism, Prism15, Pyramid, Pyramid13>;
} // namespace MeshLib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment