Cell with directional face information. More...
#include <arcane/cartesianmesh/CellDirectionMng.h>
Public Member Functions | |
| __host__ __device__ CellLocalId | cell () const |
| Associated cell. | |
| __host__ __device__ CellLocalId | cellId () const |
| Associated cell. | |
| __host__ __device__ FaceLocalId | next () const |
| Face connected to the cell after the current cell in the direction. | |
| __host__ __device__ FaceLocalId | nextId () const |
| Face connected to the cell after the current cell in the direction. | |
| __host__ __device__ FaceLocalId | previous () const |
| Face connected to the cell before the current cell in the direction. | |
| __host__ __device__ FaceLocalId | previousId () const |
| Face connected to the cell before the current cell in the direction. | |
| __host__ __device__ Int32 | nextLocalIndex () const |
| Local index in the face of the next() cell. | |
| __host__ __device__ Int32 | previousLocalIndex () const |
| Local index in the face of the previous() cell. | |
Cell with directional face information.
Instances of this class are temporary and constructed via CellDirectionMng::cellFace().
Definition at line 286 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Associated cell.
Definition at line 305 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Associated cell.
Definition at line 307 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Face connected to the cell after the current cell in the direction.
Definition at line 310 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Face connected to the cell after the current cell in the direction.
Definition at line 312 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Local index in the face of the next() cell.
Definition at line 320 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Face connected to the cell before the current cell in the direction.
Definition at line 315 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Face connected to the cell before the current cell in the direction.
Definition at line 317 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Local index in the face of the previous() cell.
Definition at line 323 of file src/arcane/cartesianmesh/CellDirectionMng.h.