Cell with directional node information. More...
#include <arcane/cartesianmesh/CellDirectionMng.h>
Public Member Functions | |
| __host__ __device__ CellLocalId | cellId () const |
| Associated cell. | |
| __host__ __device__ NodeLocalId | nextLeftId () const |
| Node forward left in the direction. | |
| __host__ __device__ NodeLocalId | nextRightId () const |
| Node forward right in the direction. | |
| __host__ __device__ NodeLocalId | previousRightId () const |
| Node backward right in the direction. | |
| __host__ __device__ NodeLocalId | previousLeftId () const |
| Node backward left in the direction. | |
| __host__ __device__ NodeLocalId | topNextLeftId () const |
| Node forward left in the direction. | |
| __host__ __device__ NodeLocalId | topNextRightId () const |
| Node forward right in the direction. | |
| __host__ __device__ NodeLocalId | topPreviousRightId () const |
| Node backward right in the direction. | |
| __host__ __device__ NodeLocalId | topPreviousLeftId () const |
| Node backward left in the direction. | |
Cell with directional node information.
Instances of this class are temporary and constructed via CellDirectionMng::cellNode().
Definition at line 182 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Associated cell.
Definition at line 198 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Node forward left in the direction.
Definition at line 201 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Node forward right in the direction.
Definition at line 203 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Node backward left in the direction.
Definition at line 207 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Node backward right in the direction.
Definition at line 205 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Node forward left in the direction.
Definition at line 210 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Node forward right in the direction.
Definition at line 212 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Node backward left in the direction.
Definition at line 216 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Node backward right in the direction.
Definition at line 214 of file src/arcane/cartesianmesh/CellDirectionMng.h.