baseclass for extended cell centred addressing. Contains per cell a list of neighbouring faces in global addressing. More...
#include <finiteVolume/faceToCellStencil.H>
baseclass for extended cell centred addressing. Contains per cell a list of neighbouring faces in global addressing.
Definition at line 55 of file faceToCellStencil.H.
Public Member Functions | |
faceToCellStencil (const polyMesh &) | |
Construct from mesh.
| |
const polyMesh & | mesh () const |
const globalIndex & | globalNumbering () const |
Global numbering for faces.
| |
const faceToCellStencil & | by_ref () const |
Work-around for C++ Standard Core Language Defect 391.
|
faceToCellStencil | ( | const polyMesh & | mesh ) | [explicit]
|
Construct from mesh.
Definition at line 33 of file faceToCellStencil.C.
const polyMesh& mesh | ( | ) | const [inline]
|
Definition at line 85 of file faceToCellStencil.H.
Referenced by extendedCentredFaceToCellStencil::extendedCentredFaceToCellStencil().
const globalIndex& globalNumbering | ( | ) | const [inline]
|
Global numbering for faces.
Definition at line 91 of file faceToCellStencil.H.
Referenced by extendedCentredFaceToCellStencil::extendedCentredFaceToCellStencil().
const faceToCellStencil& by_ref | ( | ) | const [inline]
|
Work-around for C++ Standard Core Language Defect 391.
Definition at line 97 of file faceToCellStencil.H.