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 |
patchFieldDecomposer | ( | const pointPatch & | completeMeshPatch, |
const pointPatch & | procMeshPatch, | ||
const labelList & | directAddr | ||
) |
Construct given addressing.
label size | ( | ) | const [inline, virtual]
|
Implements FieldMapper.
Definition at line 81 of file pointFieldDecomposer.H.
References List< T >::size().
bool direct | ( | ) | const [inline, virtual]
|
Implements FieldMapper.
Definition at line 86 of file pointFieldDecomposer.H.
const unallocLabelList& directAddressing | ( | ) | const [inline, virtual]
|
Reimplemented from FieldMapper.
Definition at line 91 of file pointFieldDecomposer.H.