Public Member Functions | Static Public Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
extendedCellToFaceStencil Class Reference

Calculates/constains the extended cell-to-face stencil. More...

Inheritance diagram for extendedCellToFaceStencil:
Inheritance graph
[legend]
Collaboration diagram for extendedCellToFaceStencil:
Collaboration graph
[legend]

Public Member Functions

 ClassName ("extendedCellToFaceStencil")
 
 extendedCellToFaceStencil (const polyMesh &)
 
template<class Type >
void collectData (const mapDistribute &map, const labelListList &stencil, const GeometricField< Type, fvPatchField, volMesh > &fld, List< List< Type >> &stencilFld)
 
template<class Type >
Foam::tmp< Foam::GeometricField< Type, Foam::fvsPatchField, Foam::surfaceMesh > > weightedSum (const mapDistribute &map, const labelListList &stencil, const GeometricField< Type, fvPatchField, volMesh > &fld, const List< List< scalar >> &stencilWeights)
 

Static Public Member Functions

template<class T >
static void collectData (const mapDistribute &map, const labelListList &stencil, const GeometricField< T, fvPatchField, volMesh > &fld, List< List< T >> &stencilFld)
 
template<class Type >
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > weightedSum (const mapDistribute &map, const labelListList &stencil, const GeometricField< Type, fvPatchField, volMesh > &fld, const List< List< scalar >> &stencilWeights)
 

Static Protected Member Functions

static void writeStencilStats (Ostream &os, const labelListList &stencil, const mapDistribute &map)
 

Protected Attributes

const polyMeshmesh_
 

Detailed Description

Calculates/constains the extended cell-to-face stencil.

The stencil is a list of indices into either cells or boundary faces in a compact way. (element 0 is owner, 1 is neighbour). The index numbering is

When used in evaluation is a two stage process:

Source files

Definition at line 63 of file extendedCellToFaceStencil.H.

Constructor & Destructor Documentation

◆ extendedCellToFaceStencil()

extendedCellToFaceStencil ( const polyMesh mesh)
explicit

Member Function Documentation

◆ writeStencilStats()

void writeStencilStats ( Ostream os,
const labelListList stencil,
const mapDistribute map 
)
staticprotected

◆ ClassName()

ClassName ( "extendedCellToFaceStencil"  )

◆ collectData() [1/2]

static void collectData ( const mapDistribute map,
const labelListList stencil,
const GeometricField< T, fvPatchField, volMesh > &  fld,
List< List< T >> &  stencilFld 
)
static

Referenced by extendedCentredCellToFaceStencil::collectData(), and extendedCentredCellToCellStencil::collectData().

Here is the caller graph for this function:

◆ weightedSum() [1/2]

static tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > weightedSum ( const mapDistribute map,
const labelListList stencil,
const GeometricField< Type, fvPatchField, volMesh > &  fld,
const List< List< scalar >> &  stencilWeights 
)
static

Referenced by extendedCentredCellToFaceStencil::weightedSum().

Here is the caller graph for this function:

◆ collectData() [2/2]

void collectData ( const mapDistribute map,
const labelListList stencil,
const GeometricField< Type, fvPatchField, volMesh > &  fld,
List< List< Type >> &  stencilFld 
)

◆ weightedSum() [2/2]

Foam::tmp<Foam::GeometricField<Type, Foam::fvsPatchField, Foam::surfaceMesh> > weightedSum ( const mapDistribute map,
const labelListList stencil,
const GeometricField< Type, fvPatchField, volMesh > &  fld,
const List< List< scalar >> &  stencilWeights 
)

Member Data Documentation

◆ mesh_

const polyMesh& mesh_
protected

Definition at line 69 of file extendedCellToFaceStencil.H.


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