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

Maille avant et après une maille suivant une direction. Plus de détails...

#include <arcane/cartesianmesh/CellDirectionMng.h>

+ Graphe de collaboration de Arcane::DirCellLocalId:

Fonctions membres publiques

constexpr __host__ __device__ DirCellLocalId (CellLocalId n, CellLocalId p)
 
constexpr __host__ __device__ CellLocalId previous () const
 Maille avant.
 
constexpr __host__ __device__ CellLocalId previousId () const
 Maille avant.
 
constexpr __host__ __device__ CellLocalId next () const
 Maille après.
 
constexpr __host__ __device__ CellLocalId nextId () const
 Maille après.
 

Description détaillée

Maille avant et après une maille suivant une direction.

Les instances de cette classe sont temporaires et construites via CellDirectionMng::cellLocalId().

Définition à la ligne 76 du fichier src/arcane/cartesianmesh/CellDirectionMng.h.

Documentation des constructeurs et destructeur

◆ DirCellLocalId()

constexpr __host__ __device__ Arcane::DirCellLocalId::DirCellLocalId ( CellLocalId  n,
CellLocalId  p 
)
inlineconstexpr

Définition à la ligne 80 du fichier src/arcane/cartesianmesh/CellDirectionMng.h.

Documentation des fonctions membres

◆ next()

constexpr __host__ __device__ CellLocalId Arcane::DirCellLocalId::next ( ) const
inlineconstexpr

Maille après.

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

◆ nextId()

constexpr __host__ __device__ CellLocalId Arcane::DirCellLocalId::nextId ( ) const
inlineconstexpr

Maille après.

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

◆ previous()

constexpr __host__ __device__ CellLocalId Arcane::DirCellLocalId::previous ( ) const
inlineconstexpr

Maille avant.

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

◆ previousId()

constexpr __host__ __device__ CellLocalId Arcane::DirCellLocalId::previousId ( ) const
inlineconstexpr

Maille avant.

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


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