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

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::DirFaceLocalId:

Fonctions membres publiques

__host__ __device__ CellLocalId previousCell () const
 Maille avant.
 
__host__ __device__ CellLocalId previousCellId () const
 Maille avant.
 
__host__ __device__ CellLocalId nextCell () const
 Maille après.
 
__host__ __device__ 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::dirFaceId().

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

Documentation des fonctions membres

◆ nextCell()

__host__ __device__ CellLocalId Arcane::DirFaceLocalId::nextCell ( ) const
inline

Maille après.

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

◆ nextCellId()

__host__ __device__ CellLocalId Arcane::DirFaceLocalId::nextCellId ( ) const
inline

Maille après.

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

◆ previousCell()

__host__ __device__ CellLocalId Arcane::DirFaceLocalId::previousCell ( ) const
inline

Maille avant.

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

◆ previousCellId()

__host__ __device__ CellLocalId Arcane::DirFaceLocalId::previousCellId ( ) const
inline

Maille avant.

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


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