Info on the cell before and after a face along a direction.
More...
#include <arcane/cartesianmesh/FaceDirectionMng.h>
|
| __host__ __device__ CellLocalId | previousCell () const |
| | Previous cell.
|
| __host__ __device__ CellLocalId | previousCellId () const |
| | Previous cell.
|
| __host__ __device__ CellLocalId | nextCell () const |
| | Next cell.
|
| __host__ __device__ CellLocalId | nextCellId () const |
| | Next cell.
|
Info on the cell before and after a face along a direction.
Instances of this class are temporary and constructed via FaceDirectionMng::dirFaceId().
Definition at line 79 of file src/arcane/cartesianmesh/FaceDirectionMng.h.
◆ DirFaceLocalId()
| __host__ __device__ Arcane::DirFaceLocalId::DirFaceLocalId |
( |
CellLocalId | n, |
|
|
CellLocalId | p ) |
|
inlineprivate |
◆ nextCell()
| __host__ __device__ CellLocalId Arcane::DirFaceLocalId::nextCell |
( |
| ) |
const |
|
inline |
◆ nextCellId()
| __host__ __device__ CellLocalId Arcane::DirFaceLocalId::nextCellId |
( |
| ) |
const |
|
inline |
◆ previousCell()
| __host__ __device__ CellLocalId Arcane::DirFaceLocalId::previousCell |
( |
| ) |
const |
|
inline |
◆ previousCellId()
| __host__ __device__ CellLocalId Arcane::DirFaceLocalId::previousCellId |
( |
| ) |
const |
|
inline |
◆ FaceDirectionMng
| friend Arcane::DirFaceLocalId::FaceDirectionMng |
|
private |
◆ m_next
| CellLocalId Arcane::DirFaceLocalId::m_next |
|
private |
◆ m_previous
| CellLocalId Arcane::DirFaceLocalId::m_previous |
|
private |
The documentation for this class was generated from the following file: