FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

faceToCellStencil Class Reference

baseclass for extended cell centred addressing. Contains per cell a list of neighbouring faces in global addressing. More...

#include <finiteVolume/faceToCellStencil.H>


Detailed Description

baseclass for extended cell centred addressing. Contains per cell a list of neighbouring faces in global addressing.

Source files

Definition at line 55 of file faceToCellStencil.H.

Inheritance diagram for faceToCellStencil:
Collaboration diagram for faceToCellStencil:

List of all members.

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.

Constructor & Destructor Documentation

faceToCellStencil ( const polyMesh &   mesh  ) [explicit]

Construct from mesh.

Definition at line 33 of file faceToCellStencil.C.


Member Function Documentation

const polyMesh& mesh (  ) const [inline]
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.


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