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

Info on the cell before and after a face along a direction. More...

#include <arcane/cartesianmesh/FaceDirectionMng.h>

Public Member Functions

Cell previousCell () const
 Previous cell.
CellLocalId previousCellId () const
 Previous cell.
Cell nextCell () const
 Next cell.
CellLocalId nextCellId () const
 Next cell.

Detailed Description

Info on the cell before and after a face along a direction.

Instances of this class are temporary and constructed via FaceDirectionMng::face().

Definition at line 41 of file src/arcane/cartesianmesh/FaceDirectionMng.h.

Member Function Documentation

◆ nextCell()

Cell Arcane::DirFace::nextCell ( ) const
inline

Next cell.

Definition at line 59 of file src/arcane/cartesianmesh/FaceDirectionMng.h.

◆ nextCellId()

CellLocalId Arcane::DirFace::nextCellId ( ) const
inline

Next cell.

Definition at line 61 of file src/arcane/cartesianmesh/FaceDirectionMng.h.

◆ previousCell()

Cell Arcane::DirFace::previousCell ( ) const
inline

Previous cell.

Definition at line 55 of file src/arcane/cartesianmesh/FaceDirectionMng.h.

◆ previousCellId()

CellLocalId Arcane::DirFace::previousCellId ( ) const
inline

Previous cell.

Definition at line 57 of file src/arcane/cartesianmesh/FaceDirectionMng.h.


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