OpenFOAM logo
Open Source CFD Toolkit

lduAddressingFaMesh Class Reference

Inheritance diagram for lduAddressingFaMesh:

Inheritance graph
[legend]
Collaboration diagram for lduAddressingFaMesh:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 lduAddressingFaMesh (const faMesh &m)
 Construct from components.
 ~lduAddressingFaMesh ()
const unallocLabelListlowerAddr () const
 Return lower addressing (i.e. lower label = upper triangle).
const unallocLabelListupperAddr () const
 Return upper addressing (i.e. upper label).
const unallocLabelListpatchAddr (const label i) const
 Return patch addressing.

Constructor & Destructor Documentation

lduAddressingFaMesh const faMesh m  )  [inline]
 

Construct from components.

Definition at line 86 of file lduAddressingFaMesh.H.

References faMesh::boundary(), forAll, and Foam::size().

Here is the call graph for this function:

~lduAddressingFaMesh  )  [inline]
 

Definition at line 112 of file lduAddressingFaMesh.H.

References Foam::unallocLabelList.


Member Function Documentation

const unallocLabelList& lowerAddr  )  const [inline, virtual]
 

Return lower addressing (i.e. lower label = upper triangle).

Implements lduAddressing.

Definition at line 119 of file lduAddressingFaMesh.H.

const unallocLabelList& patchAddr const label  i  )  const [inline, virtual]
 

Return patch addressing.

Implements lduAddressing.

Definition at line 131 of file lduAddressingFaMesh.H.

const unallocLabelList& upperAddr  )  const [inline, virtual]
 

Return upper addressing (i.e. upper label).

Implements lduAddressing.

Definition at line 125 of file lduAddressingFaMesh.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org