Public Member Functions | |
extendedCentredCellToFaceStencil (const cellToFaceStencil &) | |
Construct from uncompacted face stencil. More... | |
extendedCentredCellToFaceStencil (const extendedCentredCellToFaceStencil &) | |
Disallow default bitwise copy construction. More... | |
const distributionMap & | map () const |
Return reference to the parallel distribution map. More... | |
const labelListList & | stencil () const |
Return reference to the stencil. More... | |
void | compact () |
After removing elements from the stencil adapt the schedule (map). More... | |
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. More... | |
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. More... | |
void | operator= (const extendedCentredCellToFaceStencil &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from extendedCellToFaceStencil | |
ClassName ("extendedCellToFaceStencil") | |
extendedCellToFaceStencil (const polyMesh &) | |
Construct from mesh. More... | |
template<class Type > | |
void | collectData (const distributionMap &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 distributionMap &map, const labelListList &stencil, const GeometricField< Type, fvPatchField, volMesh > &fld, const List< List< scalar >> &stencilWeights) |
Additional Inherited Members | |
Static Public Member Functions inherited from extendedCellToFaceStencil | |
template<class T > | |
static void | collectData (const distributionMap &map, const labelListList &stencil, const GeometricField< T, fvPatchField, volMesh > &fld, List< List< T >> &stencilFld) |
Use map to get the data into stencil order. More... | |
template<class Type > | |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | weightedSum (const distributionMap &map, const labelListList &stencil, const GeometricField< Type, fvPatchField, volMesh > &fld, const List< List< scalar >> &stencilWeights) |
Sum vol field contributions to create face values. More... | |
Static Protected Member Functions inherited from extendedCellToFaceStencil | |
static void | writeStencilStats (Ostream &os, const labelListList &stencil, const distributionMap &map) |
Write some statistics about stencil. More... | |
Protected Attributes inherited from extendedCellToFaceStencil | |
const polyMesh & | mesh_ |
Definition at line 49 of file extendedCentredCellToFaceStencil.H.
|
explicit |
Construct from uncompacted face stencil.
Definition at line 33 of file extendedCentredCellToFaceStencil.C.
References cellToFaceStencil::globalNumbering().
Disallow default bitwise copy construction.
|
inline |
Return reference to the parallel distribution map.
Definition at line 79 of file extendedCentredCellToFaceStencil.H.
Referenced by centredCECCellToFaceStencilObject::centredCECCellToFaceStencilObject(), centredCFCCellToFaceStencilObject::centredCFCCellToFaceStencilObject(), centredCPCCellToFaceStencilObject::centredCPCCellToFaceStencilObject(), centredFECCellToFaceStencilObject::centredFECCellToFaceStencilObject(), extendedCentredCellToFaceStencil::collectData(), extendedCentredCellToFaceStencil::compact(), and extendedCentredCellToFaceStencil::weightedSum().
|
inline |
Return reference to the stencil.
Definition at line 85 of file extendedCentredCellToFaceStencil.H.
References extendedCentredCellToFaceStencil::collectData(), and extendedCentredCellToFaceStencil::compact().
Referenced by centredCECCellToFaceStencilObject::centredCECCellToFaceStencilObject(), centredCFCCellToFaceStencilObject::centredCFCCellToFaceStencilObject(), centredCPCCellToFaceStencilObject::centredCPCCellToFaceStencilObject(), centredFECCellToFaceStencilObject::centredFECCellToFaceStencilObject(), extendedCentredCellToFaceStencil::collectData(), and extendedCentredCellToFaceStencil::weightedSum().
void compact | ( | ) |
After removing elements from the stencil adapt the schedule (map).
Definition at line 56 of file extendedCentredCellToFaceStencil.C.
References forAll, extendedCentredCellToFaceStencil::map(), and UPstream::msgType().
Referenced by extendedCentredCellToFaceStencil::stencil().
|
inline |
Use map to get the data into stencil order.
Definition at line 96 of file extendedCentredCellToFaceStencil.H.
References extendedCellToFaceStencil::collectData(), extendedCentredCellToFaceStencil::map(), extendedCentredCellToFaceStencil::stencil(), and extendedCentredCellToFaceStencil::weightedSum().
Referenced by extendedCentredCellToFaceStencil::stencil().
|
inline |
Sum vol field contributions to create face values.
Definition at line 113 of file extendedCentredCellToFaceStencil.H.
References extendedCentredCellToFaceStencil::map(), extendedCentredCellToFaceStencil::operator=(), extendedCentredCellToFaceStencil::stencil(), and extendedCellToFaceStencil::weightedSum().
Referenced by extendedCentredCellToFaceStencil::collectData(), CentredFitScheme< Type, Polynomial, Stencil >::correction(), and CentredFitSnGradScheme< Type, Polynomial, Stencil >::correction().
|
delete |
Disallow default bitwise assignment.
Referenced by extendedCentredCellToFaceStencil::weightedSum().