Go to the source code of this file.
|
enum | SMDSAbs_ElementType {
SMDSAbs_All,
SMDSAbs_Node,
SMDSAbs_Edge,
SMDSAbs_Face,
SMDSAbs_Volume,
SMDSAbs_0DElement,
SMDSAbs_NbElementTypes
} |
| Type (node, edge, face or volume) of elements. More...
|
|
enum | SMDSAbs_GeometryType {
SMDSGeom_POINT,
SMDSGeom_EDGE,
SMDSGeom_TRIANGLE,
SMDSGeom_QUADRANGLE,
SMDSGeom_POLYGON,
SMDSGeom_TETRA,
SMDSGeom_PYRAMID,
SMDSGeom_HEXA,
SMDSGeom_PENTA,
SMDSGeom_POLYHEDRA
} |
|
enum | SMDSAbs_ElementOrder { ORDER_ANY,
ORDER_LINEAR,
ORDER_QUADRATIC
} |
|
enum | SMDSAbs_EntityType {
SMDSEntity_Node,
SMDSEntity_0D,
SMDSEntity_Edge,
SMDSEntity_Quad_Edge,
SMDSEntity_Triangle,
SMDSEntity_Quad_Triangle,
SMDSEntity_Quadrangle,
SMDSEntity_Quad_Quadrangle,
SMDSEntity_Polygon,
SMDSEntity_Quad_Polygon,
SMDSEntity_Tetra,
SMDSEntity_Quad_Tetra,
SMDSEntity_Pyramid,
SMDSEntity_Quad_Pyramid,
SMDSEntity_Hexa,
SMDSEntity_Quad_Hexa,
SMDSEntity_Penta,
SMDSEntity_Quad_Penta,
SMDSEntity_Polyhedra,
SMDSEntity_Quad_Polyhedra,
SMDSEntity_Last
} |
|
◆ SMDSAbs_ElementType
Type (node, edge, face or volume) of elements.
Enumerator |
---|
SMDSAbs_All | |
SMDSAbs_Node | |
SMDSAbs_Edge | |
SMDSAbs_Face | |
SMDSAbs_Volume | |
SMDSAbs_0DElement | |
SMDSAbs_NbElementTypes | |
Definition at line 32 of file SMDSAbs_ElementType.hxx.
◆ SMDSAbs_GeometryType
enumeration for element geometry type
Enumerator |
---|
SMDSGeom_POINT | |
SMDSGeom_EDGE | |
SMDSGeom_TRIANGLE | |
SMDSGeom_QUADRANGLE | |
SMDSGeom_POLYGON | |
SMDSGeom_TETRA | |
SMDSGeom_PYRAMID | |
SMDSGeom_HEXA | |
SMDSGeom_PENTA | |
SMDSGeom_POLYHEDRA | |
Definition at line 44 of file SMDSAbs_ElementType.hxx.
◆ SMDSAbs_ElementOrder
Enumerator |
---|
ORDER_ANY | |
ORDER_LINEAR | entities of any order
|
ORDER_QUADRATIC | entities of 1st order
entities of 2nd order
|
Definition at line 63 of file SMDSAbs_ElementType.hxx.
◆ SMDSAbs_EntityType
Enumeration of entity type uses in mesh info array, and should be synchronised with enum in SMDS
Enumerator |
---|
SMDSEntity_Node | |
SMDSEntity_0D | |
SMDSEntity_Edge | |
SMDSEntity_Quad_Edge | |
SMDSEntity_Triangle | |
SMDSEntity_Quad_Triangle | |
SMDSEntity_Quadrangle | |
SMDSEntity_Quad_Quadrangle | |
SMDSEntity_Polygon | |
SMDSEntity_Quad_Polygon | |
SMDSEntity_Tetra | |
SMDSEntity_Quad_Tetra | |
SMDSEntity_Pyramid | |
SMDSEntity_Quad_Pyramid | |
SMDSEntity_Hexa | |
SMDSEntity_Quad_Hexa | |
SMDSEntity_Penta | |
SMDSEntity_Quad_Penta | |
SMDSEntity_Polyhedra | |
SMDSEntity_Quad_Polyhedra | |
SMDSEntity_Last | |
Definition at line 73 of file SMDSAbs_ElementType.hxx.