Go to the source code of this file.
|
| enum | SMDSAbs_ElementType {
SMDSAbs_All
, SMDSAbs_Node
, SMDSAbs_Edge
, SMDSAbs_Face
,
SMDSAbs_Volume
, SMDSAbs_0DElement
, SMDSAbs_Ball
, 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_HEXAGONAL_PRISM
, SMDSGeom_POLYHEDRA
, SMDSGeom_BALL
,
SMDSGeom_NONE
} |
| | enumeration for element geometry type More...
|
| |
| 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_BiQuad_Triangle
, SMDSEntity_Quadrangle
,
SMDSEntity_Quad_Quadrangle
, SMDSEntity_BiQuad_Quadrangle
, SMDSEntity_Polygon
, SMDSEntity_Quad_Polygon
,
SMDSEntity_Tetra
, SMDSEntity_Quad_Tetra
, SMDSEntity_Pyramid
, SMDSEntity_Quad_Pyramid
,
SMDSEntity_Hexa
, SMDSEntity_Quad_Hexa
, SMDSEntity_TriQuad_Hexa
, SMDSEntity_Penta
,
SMDSEntity_Quad_Penta
, SMDSEntity_BiQuad_Penta
, SMDSEntity_Hexagonal_Prism
, SMDSEntity_Polyhedra
,
SMDSEntity_Quad_Polyhedra
, SMDSEntity_Ball
, SMDSEntity_Last
} |
| | Enumeration of entity type used in mesh info array. More...
|
| |
◆ SMDSAbs_ElementOrder
| Enumerator |
|---|
| ORDER_ANY | |
| ORDER_LINEAR | entities of any order
|
| ORDER_QUADRATIC | entities of 1st order
entities of 2nd order
|
◆ SMDSAbs_ElementType
Type (node, edge, face or volume) of elements.
| Enumerator |
|---|
| SMDSAbs_All | |
| SMDSAbs_Node | |
| SMDSAbs_Edge | |
| SMDSAbs_Face | |
| SMDSAbs_Volume | |
| SMDSAbs_0DElement | |
| SMDSAbs_Ball | |
| SMDSAbs_NbElementTypes | |
◆ SMDSAbs_EntityType
Enumeration of entity type used in mesh info array.
| Enumerator |
|---|
| SMDSEntity_Node | |
| SMDSEntity_0D | |
| SMDSEntity_Edge | |
| SMDSEntity_Quad_Edge | |
| SMDSEntity_Triangle | |
| SMDSEntity_Quad_Triangle | |
| SMDSEntity_BiQuad_Triangle | |
| SMDSEntity_Quadrangle | |
| SMDSEntity_Quad_Quadrangle | |
| SMDSEntity_BiQuad_Quadrangle | |
| SMDSEntity_Polygon | |
| SMDSEntity_Quad_Polygon | |
| SMDSEntity_Tetra | |
| SMDSEntity_Quad_Tetra | |
| SMDSEntity_Pyramid | |
| SMDSEntity_Quad_Pyramid | |
| SMDSEntity_Hexa | |
| SMDSEntity_Quad_Hexa | |
| SMDSEntity_TriQuad_Hexa | |
| SMDSEntity_Penta | |
| SMDSEntity_Quad_Penta | |
| SMDSEntity_BiQuad_Penta | |
| SMDSEntity_Hexagonal_Prism | |
| SMDSEntity_Polyhedra | |
| SMDSEntity_Quad_Polyhedra | |
| SMDSEntity_Ball | |
| SMDSEntity_Last | |
◆ 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_HEXAGONAL_PRISM | |
| SMDSGeom_POLYHEDRA | |
| SMDSGeom_BALL | |
| SMDSGeom_NONE | |