Public Member Functions | |
extendedCentredCellToFaceStencil (const cellToFaceStencil &) | |
Construct from uncompacted face stencil. More... | |
extendedCentredCellToFaceStencil (const extendedCentredCellToFaceStencil &)=delete | |
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 Type > | |
void | collectData (const VolField< Type > &fld, List< List< Type >> &stencilFld) const |
Use map to get the data into stencil order. More... | |
template<class Type > | |
tmp< SurfaceField< Type > > | weightedSum (const VolField< Type > &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... | |
![]() | |
ClassName ("extendedCellToFaceStencil") | |
extendedCellToFaceStencil (const polyMesh &) | |
Construct from mesh. More... | |
template<class Type > | |
Foam::tmp< Foam::SurfaceField< Type > > | weightedSum (const distributionMap &map, const labelListList &stencil, const VolField< Type > &fld, const List< List< scalar >> &stencilWeights) |
Additional Inherited Members | |
![]() | |
template<class Type > | |
static void | collectData (const distributionMap &map, const labelListList &stencil, const VolField< Type > &fld, List< List< Type >> &stencilFld) |
Use map to get the data into stencil order. More... | |
template<class Type > | |
static tmp< SurfaceField< Type > > | weightedSum (const distributionMap &map, const labelListList &stencil, const VolField< Type > &fld, const List< List< scalar >> &stencilWeights) |
Sum vol field contributions to create face values. More... | |
![]() | |
static void | writeStencilStats (Ostream &os, const labelListList &stencil, const distributionMap &map) |
Write some statistics about stencil. More... | |
![]() | |
const polyMesh & | mesh_ |
Definition at line 49 of file extendedCentredCellToFaceStencil.H.
|
explicit |
Construct from uncompacted face stencil.
Definition at line 32 of file extendedCentredCellToFaceStencil.C.
References UPstream::nProcs(), and extendedCentredCellToFaceStencil::stencil().
|
delete |
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(), and extendedCentredCellToFaceStencil::weightedSum().
|
inline |
Return reference to the stencil.
Definition at line 85 of file extendedCentredCellToFaceStencil.H.
Referenced by centredCECCellToFaceStencilObject::centredCECCellToFaceStencilObject(), centredCFCCellToFaceStencilObject::centredCFCCellToFaceStencilObject(), centredCPCCellToFaceStencilObject::centredCPCCellToFaceStencilObject(), centredFECCellToFaceStencilObject::centredFECCellToFaceStencilObject(), extendedCentredCellToFaceStencil::collectData(), extendedCentredCellToFaceStencil::extendedCentredCellToFaceStencil(), 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, and UPstream::msgType().
Use map to get the data into stencil order.
Definition at line 95 of file extendedCentredCellToFaceStencil.H.
References extendedCellToFaceStencil::collectData(), fld(), extendedCentredCellToFaceStencil::map(), and extendedCentredCellToFaceStencil::stencil().
|
inline |
Sum vol field contributions to create face values.
Definition at line 112 of file extendedCentredCellToFaceStencil.H.
References fld(), extendedCentredCellToFaceStencil::map(), extendedCentredCellToFaceStencil::stencil(), and extendedCellToFaceStencil::weightedSum().
Referenced by CentredFitSnGradScheme< Type, Polynomial, Stencil >::correction(), and CentredFitScheme< Type, Polynomial, Stencil >::correction().
|
delete |
Disallow default bitwise assignment.