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 |
Private Member Functions | |
| void | _checkValid () const |
Private Attributes | |
| IndexedCellNodeConnectivityView | m_cell_node_connectivity_view |
| IndexedCellEdgeConnectivityView | m_cell_edge_connectivity_view |
| IndexedCellFaceConnectivityView | m_cell_face_connectivity_view |
| IndexedFaceNodeConnectivityView | m_face_node_connectivity_view |
| IndexedFaceEdgeConnectivityView | m_face_edge_connectivity_view |
| IndexedFaceCellConnectivityView | m_face_cell_connectivity_view |
| IndexedNodeEdgeConnectivityView | m_node_edge_connectivity_view |
| IndexedNodeFaceConnectivityView | m_node_face_connectivity_view |
| IndexedNodeCellConnectivityView | m_node_cell_connectivity_view |
| IndexedEdgeNodeConnectivityView | m_edge_node_connectivity_view |
| IndexedEdgeFaceConnectivityView | m_edge_face_connectivity_view |
| IndexedEdgeCellConnectivityView | m_edge_cell_connectivity_view |
| IMesh * | m_mesh = nullptr |
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.
|
private |
Definition at line 96 of file UnstructuredMeshConnectivity.cc.
|
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.
|
private |
Definition at line 114 of file UnstructuredMeshConnectivity.h.
|
private |
Definition at line 115 of file UnstructuredMeshConnectivity.h.
|
private |
Definition at line 113 of file UnstructuredMeshConnectivity.h.
|
private |
Definition at line 127 of file UnstructuredMeshConnectivity.h.
|
private |
Definition at line 126 of file UnstructuredMeshConnectivity.h.
|
private |
Definition at line 125 of file UnstructuredMeshConnectivity.h.
|
private |
Definition at line 119 of file UnstructuredMeshConnectivity.h.
|
private |
Definition at line 118 of file UnstructuredMeshConnectivity.h.
|
private |
Definition at line 117 of file UnstructuredMeshConnectivity.h.
|
private |
Definition at line 129 of file UnstructuredMeshConnectivity.h.
|
private |
Definition at line 123 of file UnstructuredMeshConnectivity.h.
|
private |
Definition at line 121 of file UnstructuredMeshConnectivity.h.
|
private |
Definition at line 122 of file UnstructuredMeshConnectivity.h.