Vue sur les connectivités standards d'un maillage non structuré. Plus de détails...
#include <arcane/core/UnstructuredMeshConnectivity.h>
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 |
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.
|
inlineexplicit |
Définition à la ligne 38 du fichier UnstructuredMeshConnectivity.h.
|
inline |
Définition à la ligne 48 du fichier UnstructuredMeshConnectivity.h.
|
inline |
Définition à la ligne 50 du fichier UnstructuredMeshConnectivity.h.
|
inline |
Définition à la ligne 46 du fichier UnstructuredMeshConnectivity.h.
|
inline |
Définition à la ligne 71 du fichier UnstructuredMeshConnectivity.h.
|
inline |
Définition à la ligne 69 du fichier UnstructuredMeshConnectivity.h.
|
inline |
Définition à la ligne 67 du fichier UnstructuredMeshConnectivity.h.
|
inline |
Définition à la ligne 57 du fichier UnstructuredMeshConnectivity.h.
|
inline |
Définition à la ligne 55 du fichier UnstructuredMeshConnectivity.h.
|
inline |
Définition à la ligne 53 du fichier UnstructuredMeshConnectivity.h.
|
inline |
Définition à la ligne 64 du fichier UnstructuredMeshConnectivity.h.
|
inline |
Définition à la ligne 60 du fichier UnstructuredMeshConnectivity.h.
|
inline |
Définition à la ligne 62 du fichier UnstructuredMeshConnectivity.h.
void Arcane::UnstructuredMeshConnectivityView::setMesh | ( | IMesh * | m | ) |
Définition à la ligne 59 du fichier UnstructuredMeshConnectivity.cc.