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

extendedCentredCellToFaceStencil Class Reference

#include <finiteVolume/extendedCentredCellToFaceStencil.H>


Detailed Description

Source files

Definition at line 50 of file extendedCentredCellToFaceStencil.H.

Inheritance diagram for extendedCentredCellToFaceStencil:
Collaboration diagram for extendedCentredCellToFaceStencil:

List of all members.

Public Member Functions

 extendedCentredCellToFaceStencil (const cellToFaceStencil &)
 Construct from uncompacted face stencil.
const mapDistribute &  map () const
 Return reference to the parallel distribution map.
const labelListList &  stencil () const
 Return reference to the stencil.
void  compact ()
 After removing elements from the stencil adapt the schedule (map).
template<class T >
void  collectData (const GeometricField< T, fvPatchField, volMesh > &fld, List< List< T > > &stencilFld) const
 Use map to get the data into stencil order.
template<class Type >
tmp< GeometricField< Type,
fvsPatchField, surfaceMesh > >  
weightedSum (const GeometricField< Type, fvPatchField, volMesh > &fld, const List< List< scalar > > &stencilWeights) const
 Sum vol field contributions to create face values.

Constructor & Destructor Documentation

extendedCentredCellToFaceStencil ( const cellToFaceStencil &   stencil  ) [explicit]

Construct from uncompacted face stencil.

Definition at line 33 of file extendedCentredCellToFaceStencil.C.

References cellToFaceStencil::globalNumbering(), and cellToFaceStencil::mesh().


Member Function Documentation

void compact (  )

After removing elements from the stencil adapt the schedule (map).

Definition at line 54 of file extendedCentredCellToFaceStencil.C.

References forAll, and extendedCentredCellToFaceStencil::map().

void collectData ( const GeometricField< T, fvPatchField, volMesh > &   fld,
List< List< T > > &   stencilFld  
) const [inline]

Use map to get the data into stencil order.

Definition at line 103 of file extendedCentredCellToFaceStencil.H.

References extendedCentredCellToFaceStencil::map(), and extendedCentredCellToFaceStencil::stencil().

tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > weightedSum ( const GeometricField< Type, fvPatchField, volMesh > &   fld,
const List< List< scalar > > &   stencilWeights  
) const [inline]

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