OOFEM 3.0
Loading...
Searching...
No Matches
elementgeometrytype.h
Go to the documentation of this file.
1/*
2 *
3 * ##### ##### ###### ###### ### ###
4 * ## ## ## ## ## ## ## ### ##
5 * ## ## ## ## #### #### ## # ##
6 * ## ## ## ## ## ## ## ##
7 * ## ## ## ## ## ## ## ##
8 * ##### ##### ## ###### ## ##
9 *
10 *
11 * OOFEM : Object Oriented Finite Element Code
12 *
13 * Copyright (C) 1993 - 2025 Borek Patzak
14 *
15 *
16 *
17 * Czech Technical University, Faculty of Civil Engineering,
18 * Department of Structural Mechanics, 166 29 Prague, Czech Republic
19 *
20 * This library is free software; you can redistribute it and/or
21 * modify it under the terms of the GNU Lesser General Public
22 * License as published by the Free Software Foundation; either
23 * version 2.1 of the License, or (at your option) any later version.
24 *
25 * This program is distributed in the hope that it will be useful,
26 * but WITHOUT ANY WARRANTY; without even the implied warranty of
27 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28 * Lesser General Public License for more details.
29 *
30 * You should have received a copy of the GNU Lesser General Public
31 * License along with this library; if not, write to the Free Software
32 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
33 */
34
35#ifndef elementgeometrytype_h
36#define elementgeometrytype_h
37
38#include "enumitem.h"
39
40namespace oofem {
41#define Element_Geometry_Type_DEF \
42 ENUM_ITEM(EGT_point) /* point in space */ \
43 ENUM_ITEM(EGT_line_1) /* line elements with two nodes 1-------2 */ \
44 ENUM_ITEM(EGT_line_2) /* line element with three nodes 1---3---2 */ \
45 ENUM_ITEM(EGT_triangle_1) /* triangle element with three nodes */ \
46 ENUM_ITEM(EGT_triangle_2) /* triangle element with 6 nodes */ \
47 ENUM_ITEM(EGT_quad_1) /* quadrialateral with 4 nodes */ \
48 ENUM_ITEM(EGT_quad_1_interface) /* same as quad_1 but with numbering according to interface element convention */ \
49 ENUM_ITEM(EGT_quad_21_interface) /* quadrialateral with 6 nodes (quadratic-linear) but with numbering according to interface element convention */ \
50 ENUM_ITEM(EGT_quad_2) /* quadratic quadrialateral with 8 nodes */ \
51 ENUM_ITEM(EGT_quad9_2) /* quadratic quadrialateral with 9 nodes */ \
52 ENUM_ITEM(EGT_tetra_1) /* tetrahedron with 4 nodes */ \
53 ENUM_ITEM(EGT_tetra_2) /* tetrahedron with 10 nodes */ \
54 ENUM_ITEM(EGT_hexa_1) /* hexahedron with 8 nodes */ \
55 ENUM_ITEM(EGT_hexa_2) /* hexahedron with 20 nodes */ \
56 ENUM_ITEM(EGT_hexa_27) /* hexahedron with 27 nodes */ \
57 ENUM_ITEM(EGT_wedge_1) /* wedge with 6 nodes */ \
58 ENUM_ITEM(EGT_wedge_2) /* wedge with 15 nodes */ \
59 ENUM_ITEM(EGT_Composite) /* Composite geometry, vtk export supported by individual elements */ \
60 ENUM_ITEM(EGT_unknown) /* unknown element geometry type */
61
85
86#undef ENUM_ITEM
87#undef ENUM_ITEM_WITH_VALUE
88#undef enumitem_h
89
90
92} // end namespace oofem
93#endif // elementgeometrytype_h
@ Element_Geometry_Type_DEF
const char * __Element_Geometry_TypeToString(Element_Geometry_Type _value)
Definition cltypes.C:325

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011