Patch field decomposer class. More...
#include <applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposer.H>
Patch field decomposer class.
Definition at line 59 of file fvFieldDecomposer.H.
Public Member Functions | |
patchFieldDecomposer (const unallocLabelList &addressingSlice, const label addressingOffset) | |
Construct given addressing.
| |
label | size () const |
bool | direct () const |
const unallocLabelList & | directAddressing () const |
patchFieldDecomposer | ( | const unallocLabelList & | addressingSlice, |
const label | addressingOffset | ||
) |
Construct given addressing.
label size | ( | ) | const [inline, virtual]
|
Implements FieldMapper.
Definition at line 81 of file fvFieldDecomposer.H.
References List< T >::size().
bool direct | ( | ) | const [inline, virtual]
|
Implements FieldMapper.
Definition at line 86 of file fvFieldDecomposer.H.
const unallocLabelList& directAddressing | ( | ) | const [inline, virtual]
|
Reimplemented from FieldMapper.
Definition at line 91 of file fvFieldDecomposer.H.