Arcane  v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::UnstructuredMeshConnectivityView

Vue sur les connectivités standards d'un maillage non structuré. Plus de détails...

#include <arcane/core/UnstructuredMeshConnectivity.h>

+ Graphe de collaboration de Arcane::UnstructuredMeshConnectivityView:

Fonctions membres publiques

 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
 

Description détaillée

Vue sur les connectivités standards d'un maillage non structuré.

Il faut appeler setMesh() avant d'utiliser les méthodes de cette classe. La méthode setMesh() doit être appelée si la cardinalité du maillage évolue.

Définition à la ligne 33 du fichier UnstructuredMeshConnectivity.h.

Documentation des constructeurs et destructeur

◆ UnstructuredMeshConnectivityView()

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

Définition à la ligne 38 du fichier UnstructuredMeshConnectivity.h.

Documentation des fonctions membres

◆ cellEdge()

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

Définition à la ligne 48 du fichier UnstructuredMeshConnectivity.h.

◆ cellFace()

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

Définition à la ligne 50 du fichier UnstructuredMeshConnectivity.h.

◆ cellNode()

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

Définition à la ligne 46 du fichier UnstructuredMeshConnectivity.h.

◆ edgeCell()

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

Définition à la ligne 71 du fichier UnstructuredMeshConnectivity.h.

◆ edgeFace()

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

Définition à la ligne 69 du fichier UnstructuredMeshConnectivity.h.

◆ edgeNode()

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

Définition à la ligne 67 du fichier UnstructuredMeshConnectivity.h.

◆ faceCell()

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

Définition à la ligne 57 du fichier UnstructuredMeshConnectivity.h.

◆ faceEdge()

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

Définition à la ligne 55 du fichier UnstructuredMeshConnectivity.h.

◆ faceNode()

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

Définition à la ligne 53 du fichier UnstructuredMeshConnectivity.h.

◆ nodeCell()

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

Définition à la ligne 64 du fichier UnstructuredMeshConnectivity.h.

◆ nodeEdge()

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

Définition à la ligne 60 du fichier UnstructuredMeshConnectivity.h.

◆ nodeFace()

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

Définition à la ligne 62 du fichier UnstructuredMeshConnectivity.h.

◆ setMesh()

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

Définition à la ligne 59 du fichier UnstructuredMeshConnectivity.cc.


La documentation de cette classe a été générée à partir des fichiers suivants :