Arcane  v3.14.10.0
Documentation développeur
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 ARCCORE_HOST_DEVICE DirCellLocalId (CellLocalId n, CellLocalId p)
 
constexpr ARCCORE_HOST_DEVICE CellLocalId previous () const
 Maille avant.
 
constexpr ARCCORE_HOST_DEVICE CellLocalId previousId () const
 Maille avant.
 
constexpr ARCCORE_HOST_DEVICE CellLocalId next () const
 Maille après.
 
constexpr ARCCORE_HOST_DEVICE CellLocalId nextId () const
 Maille après.
 

Attributs privés

CellLocalId m_previous
 
CellLocalId m_next
 

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 ARCCORE_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 ARCCORE_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 ARCCORE_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 ARCCORE_HOST_DEVICE CellLocalId Arcane::DirCellLocalId::previous ( ) const
inlineconstexpr

Maille avant.

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

◆ previousId()

constexpr ARCCORE_HOST_DEVICE CellLocalId Arcane::DirCellLocalId::previousId ( ) const
inlineconstexpr

Maille avant.

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

Documentation des données membres

◆ m_next

CellLocalId Arcane::DirCellLocalId::m_next
private

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

◆ m_previous

CellLocalId Arcane::DirCellLocalId::m_previous
private

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


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