OGS
Elements.h
Go to the documentation of this file.
1 /*
2  * \file
3  * \brief Cumulative include for all available mesh element types.
4  *
5  * \copyright
6  * Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
7  * Distributed under a Modified BSD License.
8  * See accompanying file LICENSE.txt or
9  * http://www.opengeosys.org/project/license
10  *
11  */
12 
13 #pragma once
14 
16 #include "MeshLib/Elements/Line.h"
17 #include "MeshLib/Elements/Hex.h"
18 #include "MeshLib/Elements/Point.h"
19 #include "MeshLib/Elements/Prism.h"
21 #include "MeshLib/Elements/Quad.h"
22 #include "MeshLib/Elements/Tet.h"
23 #include "MeshLib/Elements/Tri.h"
Definition of the Element class.
Definition of the Hex class.
Definition of the Line class.
Definition of the Prism class.
Definition of the Pyramid class.
Definition of the Quad class.
Definition of the Tet class.
Definition of the Tri class.