Info on the cell before and after a face along a direction. More...
#include <arcane/cartesianmesh/FaceDirectionMng.h>
Public Member Functions | |
| __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.
|
inline |
Next cell.
Definition at line 97 of file src/arcane/cartesianmesh/FaceDirectionMng.h.
|
inline |
Next cell.
Definition at line 99 of file src/arcane/cartesianmesh/FaceDirectionMng.h.
|
inline |
Previous cell.
Definition at line 93 of file src/arcane/cartesianmesh/FaceDirectionMng.h.
|
inline |
Previous cell.
Definition at line 95 of file src/arcane/cartesianmesh/FaceDirectionMng.h.