Processor patch field decomposer class. Maps either owner or. More...
#include <applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposer.H>
Processor patch field decomposer class. Maps either owner or.
neighbour data (no interpolate anymore - processorFvPatchField holds neighbour data)
Definition at line 101 of file fvFieldDecomposer.H.
Public Member Functions | |
processorVolPatchFieldDecomposer (const fvMesh &mesh, const unallocLabelList &addressingSlice) | |
Construct given addressing. | |
label | size () const |
bool | direct () const |
const unallocLabelList & | directAddressing () const |
![]() | |
fvPatchFieldMapper () | |
Null constructor. | |
![]() | |
FieldMapper () | |
Null constructor. | |
virtual | ~FieldMapper () |
virtual const labelListList & | addressing () const |
virtual const scalarListList & | weights () const |
template<class Type > | |
tmp< Field< Type > > | operator() (const Field< Type > &f) const |
processorVolPatchFieldDecomposer | ( | const fvMesh & | mesh, |
const unallocLabelList & | addressingSlice | ||
) |
Construct given addressing.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 121 of file fvFieldDecomposer.H.
References List< T >::size().
|
inlinevirtual |
Implements FieldMapper.
Definition at line 126 of file fvFieldDecomposer.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 131 of file fvFieldDecomposer.H.