Go to the source code of this file.
|
| oofem |
| the oofem namespace is to define a context or scope in which all oofem names are defined.
|
|
|
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...
|
|
#define Element_Geometry_Type_DEF |