From c5576e71b2797868ca617f867b45ea745634efb9 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Thu, 18 Nov 2021 09:33:59 +0100 Subject: [PATCH] [MeL] Added list of all element types --- MeshLib/Elements/Elements.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MeshLib/Elements/Elements.h b/MeshLib/Elements/Elements.h index dc45d560135..83e687346ba 100644 --- a/MeshLib/Elements/Elements.h +++ b/MeshLib/Elements/Elements.h @@ -21,3 +21,11 @@ #include "MeshLib/Elements/Quad.h" #include "MeshLib/Elements/Tet.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 -- GitLab