OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
elementgeometrytype.h File Reference
#include "enumitem.h"

Go to the source code of this file.

Namespaces

 oofem
 the oofem namespace is to define a context or scope in which all oofem names are defined.
 

Macros

#define Element_Geometry_Type_DEF
 

Enumerations

enum  oofem::Element_Geometry_Type { oofem::Element_Geometry_Type_DEF }
 Enumerative type used to classify element geometry Possible values are: EGT_point - point in space EGT_line_1 - line elements with two nodes 1----—2 EGT_line_2 - line element with three nodes 1—3—2 EGT_triangle_1 - triangle element with three nodes EGT_triangle_2 - triangle element with 6 nodes 3 6 5 1 4 2. More...
 

Functions

const char * oofem::__Element_Geometry_TypeToString (Element_Geometry_Type _value)
 

Macro Definition Documentation

#define Element_Geometry_Type_DEF
Value:
ENUM_ITEM(EGT_point) /* point in space */ \
ENUM_ITEM(EGT_line_1) /* line elements with two nodes 1-------2 */ \
ENUM_ITEM(EGT_line_2) /* line element with three nodes 1---3---2 */ \
ENUM_ITEM(EGT_triangle_1) /* triangle element with three nodes */ \
ENUM_ITEM(EGT_triangle_2) /* triangle element with 6 nodes */ \
ENUM_ITEM(EGT_quad_1) /* quadrialateral with 4 nodes */ \
ENUM_ITEM(EGT_quad_1_interface) /* same as quad_1 but with numbering according to interface element convention */ \
ENUM_ITEM(EGT_quad_21_interface) /* quadrialateral with 6 nodes (quadratic-linear) but with numbering according to interface element convention */ \
ENUM_ITEM(EGT_quad_2) /* quadratic quadrialateral with 8 nodes */ \
ENUM_ITEM(EGT_quad9_2) /* quadratic quadrialateral with 9 nodes */ \
ENUM_ITEM(EGT_tetra_1) /* tetrahedron with 4 nodes */ \
ENUM_ITEM(EGT_tetra_2) /* tetrahedron with 10 nodes */ \
ENUM_ITEM(EGT_hexa_1) /* hexahedron with 8 nodes */ \
ENUM_ITEM(EGT_hexa_2) /* hexahedron with 20 nodes */ \
ENUM_ITEM(EGT_hexa_27) /* hexahedron with 27 nodes */ \
ENUM_ITEM(EGT_wedge_1) /* wedge with 6 nodes */ \
ENUM_ITEM(EGT_wedge_2) /* wedge with 15 nodes */ \
ENUM_ITEM(EGT_Composite) /* Composite geometry, vtk export supported by individual elements */ \
ENUM_ITEM(EGT_unknown) /* unknown element geometry type */
#define ENUM_ITEM(element)
Definition: cltypes.C:288

Definition at line 41 of file elementgeometrytype.h.


This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:32 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011