Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::UnstructuredMeshConnectivityView Class Reference

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ UnstructuredMeshConnectivityView()

Arcane::UnstructuredMeshConnectivityView::UnstructuredMeshConnectivityView ( IMesh * m)
inlineexplicit

Definition at line 39 of file UnstructuredMeshConnectivity.h.

Member Function Documentation

◆ cellEdge()

IndexedCellEdgeConnectivityView Arcane::UnstructuredMeshConnectivityView::cellEdge ( ) const
inline

Definition at line 52 of file UnstructuredMeshConnectivity.h.

◆ cellFace()

IndexedCellFaceConnectivityView Arcane::UnstructuredMeshConnectivityView::cellFace ( ) const
inline

Definition at line 57 of file UnstructuredMeshConnectivity.h.

◆ cellNode()

IndexedCellNodeConnectivityView Arcane::UnstructuredMeshConnectivityView::cellNode ( ) const
inline

Definition at line 47 of file UnstructuredMeshConnectivity.h.

◆ edgeCell()

IndexedEdgeCellConnectivityView Arcane::UnstructuredMeshConnectivityView::edgeCell ( ) const
inline

Definition at line 105 of file UnstructuredMeshConnectivity.h.

◆ edgeFace()

IndexedEdgeFaceConnectivityView Arcane::UnstructuredMeshConnectivityView::edgeFace ( ) const
inline

Definition at line 100 of file UnstructuredMeshConnectivity.h.

◆ edgeNode()

IndexedEdgeNodeConnectivityView Arcane::UnstructuredMeshConnectivityView::edgeNode ( ) const
inline

Definition at line 95 of file UnstructuredMeshConnectivity.h.

◆ faceCell()

IndexedFaceCellConnectivityView Arcane::UnstructuredMeshConnectivityView::faceCell ( ) const
inline

Definition at line 73 of file UnstructuredMeshConnectivity.h.

◆ faceEdge()

IndexedFaceEdgeConnectivityView Arcane::UnstructuredMeshConnectivityView::faceEdge ( ) const
inline

Definition at line 68 of file UnstructuredMeshConnectivity.h.

◆ faceNode()

IndexedFaceNodeConnectivityView Arcane::UnstructuredMeshConnectivityView::faceNode ( ) const
inline

Definition at line 63 of file UnstructuredMeshConnectivity.h.

◆ nodeCell()

IndexedNodeCellConnectivityView Arcane::UnstructuredMeshConnectivityView::nodeCell ( ) const
inline

Definition at line 89 of file UnstructuredMeshConnectivity.h.

◆ nodeEdge()

IndexedNodeEdgeConnectivityView Arcane::UnstructuredMeshConnectivityView::nodeEdge ( ) const
inline

Definition at line 79 of file UnstructuredMeshConnectivity.h.

◆ nodeFace()

IndexedNodeFaceConnectivityView Arcane::UnstructuredMeshConnectivityView::nodeFace ( ) const
inline

Definition at line 84 of file UnstructuredMeshConnectivity.h.

◆ setMesh()

void Arcane::UnstructuredMeshConnectivityView::setMesh ( IMesh * m)

Definition at line 71 of file UnstructuredMeshConnectivity.cc.


The documentation for this class was generated from the following files: