Characteristics of a mesh. More...
#include <arcane/core/MeshKind.h>
Public Member Functions | |
| eMeshStructure | meshStructure () const |
| eMeshAMRKind | meshAMRKind () const |
| eMeshCellDimensionKind | meshDimensionKind () const |
| bool | isNonManifold () const |
| True if the mesh structure is eMeshCellDimensionKind::NonManifold. | |
| bool | isMonoDimension () const |
| True if the mesh structure is eMeshCellDimensionKind::MonoDimension. | |
| void | setMeshStructure (eMeshStructure v) |
| void | setMeshAMRKind (eMeshAMRKind v) |
| void | setMeshDimensionKind (eMeshCellDimensionKind v) |
Characteristics of a mesh.
For now, the characteristics are:
Definition at line 112 of file MeshKind.h.
|
inline |
True if the mesh structure is eMeshCellDimensionKind::MonoDimension.
Definition at line 122 of file MeshKind.h.
References Arcane::MonoDimension.
|
inline |
True if the mesh structure is eMeshCellDimensionKind::NonManifold.
Definition at line 120 of file MeshKind.h.
References Arcane::NonManifold.
|
inline |
Definition at line 117 of file MeshKind.h.
|
inline |
Definition at line 118 of file MeshKind.h.
|
inline |
Definition at line 116 of file MeshKind.h.
|
inline |
Definition at line 124 of file MeshKind.h.
|
inline |
Definition at line 125 of file MeshKind.h.
|
inline |
Definition at line 123 of file MeshKind.h.