This commit is contained in:
eap 2009-08-24 07:27:17 +00:00
parent d7f0a306f9
commit 7da5ad9632

View File

@ -30,7 +30,7 @@
/// Type (node, edge, face or volume) of elements
///////////////////////////////////////////////////////////////////////////////
enum SMDSAbs_ElementType
{
{
SMDSAbs_All,
SMDSAbs_Node,
SMDSAbs_Edge,
@ -38,11 +38,11 @@ enum SMDSAbs_ElementType
SMDSAbs_Volume,
SMDSAbs_0DElement,
SMDSAbs_NbElementTypes
};
};
/*! enumeration for element geometry type */
enum SMDSAbs_GeometryType
{
{
// 0D element
SMDSGeom_POINT,
// 1D element
@ -57,7 +57,7 @@ enum SMDSAbs_GeometryType
SMDSGeom_HEXA,
SMDSGeom_PENTA,
SMDSGeom_POLYHEDRA,
};
};
enum SMDSAbs_ElementOrder {
@ -67,9 +67,9 @@ enum SMDSAbs_ElementOrder {
};
/*!
* Enumeration of entity type uses in mesh info array,
* and should be synchronised with enum in SMDS
*/
* Enumeration of entity type uses in mesh info array,
* and should be synchronised with enum in SMDS
*/
enum SMDSAbs_EntityType {
SMDSEntity_Node,
SMDSEntity_0D,