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

Infos sur maille avant et après une face suivant une direction. Plus de détails...

#include <arcane/cartesianmesh/FaceDirectionMng.h>

+ Graphe de collaboration de Arcane::DirFace:

Fonctions membres publiques

Cell previousCell () const
 Maille avant.
 
CellLocalId previousCellId () const
 Maille avant.
 
Cell nextCell () const
 Maille après.
 
CellLocalId nextCellId () const
 Maille après.
 

Description détaillée

Infos sur maille avant et après une face suivant une direction.

Les instances de cette classe sont temporaires et construites via FaceDirectionMng::face().

Définition à la ligne 40 du fichier src/arcane/cartesianmesh/FaceDirectionMng.h.

Documentation des fonctions membres

◆ nextCell()

Cell Arcane::DirFace::nextCell ( ) const
inline

Maille après.

Définition à la ligne 55 du fichier src/arcane/cartesianmesh/FaceDirectionMng.h.

◆ nextCellId()

CellLocalId Arcane::DirFace::nextCellId ( ) const
inline

Maille après.

Définition à la ligne 57 du fichier src/arcane/cartesianmesh/FaceDirectionMng.h.

◆ previousCell()

Cell Arcane::DirFace::previousCell ( ) const
inline

Maille avant.

Définition à la ligne 51 du fichier src/arcane/cartesianmesh/FaceDirectionMng.h.

◆ previousCellId()

CellLocalId Arcane::DirFace::previousCellId ( ) const
inline

Maille avant.

Définition à la ligne 53 du fichier src/arcane/cartesianmesh/FaceDirectionMng.h.


La documentation de cette classe a été générée à partir du fichier suivant :