Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::DirCellFace Class Reference

Cell with directional face information. More...

#include <arcane/cartesianmesh/CellDirectionMng.h>

Public Member Functions

Cell cell () const
 Associated cell.
CellLocalId cellId () const
 Associated cell.
Face next () const
 Face connected to the cell after the current cell in the direction.
FaceLocalId nextId () const
 Face connected to the cell after the current cell in the direction.
Face previous () const
 Face connected to the cell before the current cell in the direction.
FaceLocalId previousId () const
 Face connected to the cell before the current cell in the direction.
Int32 nextLocalIndex () const
 Local index in the face of the next() cell.
Int32 previousLocalIndex () const
 Local index in the face of the previous() cell.

Detailed Description

Cell with directional face information.

Instances of this class are temporary and constructed via CellDirectionMng::cellFace().

Definition at line 234 of file src/arcane/cartesianmesh/CellDirectionMng.h.

Member Function Documentation

◆ cell()

Cell Arcane::DirCellFace::cell ( ) const
inline

Associated cell.

Definition at line 250 of file src/arcane/cartesianmesh/CellDirectionMng.h.

◆ cellId()

CellLocalId Arcane::DirCellFace::cellId ( ) const
inline

Associated cell.

Definition at line 252 of file src/arcane/cartesianmesh/CellDirectionMng.h.

◆ next()

Face Arcane::DirCellFace::next ( ) const
inline

Face connected to the cell after the current cell in the direction.

Definition at line 255 of file src/arcane/cartesianmesh/CellDirectionMng.h.

◆ nextId()

FaceLocalId Arcane::DirCellFace::nextId ( ) const
inline

Face connected to the cell after the current cell in the direction.

Definition at line 257 of file src/arcane/cartesianmesh/CellDirectionMng.h.

◆ nextLocalIndex()

Int32 Arcane::DirCellFace::nextLocalIndex ( ) const
inline

Local index in the face of the next() cell.

Definition at line 265 of file src/arcane/cartesianmesh/CellDirectionMng.h.

◆ previous()

Face Arcane::DirCellFace::previous ( ) const
inline

Face connected to the cell before the current cell in the direction.

Definition at line 260 of file src/arcane/cartesianmesh/CellDirectionMng.h.

◆ previousId()

FaceLocalId Arcane::DirCellFace::previousId ( ) const
inline

Face connected to the cell before the current cell in the direction.

Definition at line 262 of file src/arcane/cartesianmesh/CellDirectionMng.h.

◆ previousLocalIndex()

Int32 Arcane::DirCellFace::previousLocalIndex ( ) const
inline

Local index in the face of the previous() cell.

Definition at line 268 of file src/arcane/cartesianmesh/CellDirectionMng.h.


The documentation for this class was generated from the following file: