View of the standard connectivities of an unstructured mesh. More...
#include <arcane/core/UnstructuredMeshConnectivity.h>
Public Member Functions | |
| UnstructuredMeshConnectivityView (IMesh *m) | |
| void | setMesh (IMesh *m) |
| IndexedCellNodeConnectivityView | cellNode () const |
| IndexedCellEdgeConnectivityView | cellEdge () const |
| IndexedCellFaceConnectivityView | cellFace () const |
| IndexedFaceNodeConnectivityView | faceNode () const |
| IndexedFaceEdgeConnectivityView | faceEdge () const |
| IndexedFaceCellConnectivityView | faceCell () const |
| IndexedNodeEdgeConnectivityView | nodeEdge () const |
| IndexedNodeFaceConnectivityView | nodeFace () const |
| IndexedNodeCellConnectivityView | nodeCell () const |
| IndexedEdgeNodeConnectivityView | edgeNode () const |
| IndexedEdgeFaceConnectivityView | edgeFace () const |
| IndexedEdgeCellConnectivityView | edgeCell () const |
View of the standard connectivities of an unstructured mesh.
setMesh() must be called before using the methods of this class. The setMesh() method must be called if the mesh cardinality changes.
Definition at line 34 of file UnstructuredMeshConnectivity.h.
|
inlineexplicit |
Definition at line 39 of file UnstructuredMeshConnectivity.h.
|
inline |
Definition at line 52 of file UnstructuredMeshConnectivity.h.
|
inline |
Definition at line 57 of file UnstructuredMeshConnectivity.h.
|
inline |
Definition at line 47 of file UnstructuredMeshConnectivity.h.
|
inline |
Definition at line 105 of file UnstructuredMeshConnectivity.h.
|
inline |
Definition at line 100 of file UnstructuredMeshConnectivity.h.
|
inline |
Definition at line 95 of file UnstructuredMeshConnectivity.h.
|
inline |
Definition at line 73 of file UnstructuredMeshConnectivity.h.
|
inline |
Definition at line 68 of file UnstructuredMeshConnectivity.h.
|
inline |
Definition at line 63 of file UnstructuredMeshConnectivity.h.
|
inline |
Definition at line 89 of file UnstructuredMeshConnectivity.h.
|
inline |
Definition at line 79 of file UnstructuredMeshConnectivity.h.
|
inline |
Definition at line 84 of file UnstructuredMeshConnectivity.h.
| void Arcane::UnstructuredMeshConnectivityView::setMesh | ( | IMesh * | m | ) |
Definition at line 71 of file UnstructuredMeshConnectivity.cc.