Point patch field decomposer class. More...
#include <applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposer.H>
Point patch field decomposer class.
Definition at line 58 of file pointFieldDecomposer.H.
Public Member Functions | |
patchFieldDecomposer (const pointPatch &completeMeshPatch, const pointPatch &procMeshPatch, const labelList &directAddr) | |
Construct given addressing. | |
label | size () const |
bool | direct () const |
const unallocLabelList & | directAddressing () const |
![]() | |
pointPatchFieldMapperPatchRef (const pointPatch &source, const pointPatch &target) | |
Construct from components. | |
const pointPatch & | sourcePatch () const |
const pointPatch & | targetPatch () const |
![]() | |
pointPatchFieldMapper () | |
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 |
patchFieldDecomposer | ( | const pointPatch & | completeMeshPatch, |
const pointPatch & | procMeshPatch, | ||
const labelList & | directAddr | ||
) |
Construct given addressing.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 81 of file pointFieldDecomposer.H.
References List< T >::size().
|
inlinevirtual |
Implements FieldMapper.
Definition at line 86 of file pointFieldDecomposer.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 91 of file pointFieldDecomposer.H.