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.
Inheritance diagram for fvFieldDecomposer::processorVolPatchFieldDecomposer:
Collaboration diagram for fvFieldDecomposer::processorVolPatchFieldDecomposer:Public Member Functions | |
| processorVolPatchFieldDecomposer (const fvMesh &mesh, const unallocLabelList &addressingSlice) | |
| Construct given addressing.
| |
| label | size () const |
| bool | direct () const |
| const unallocLabelList & | directAddressing () const |
| processorVolPatchFieldDecomposer | ( | const fvMesh & | mesh, |
| const unallocLabelList & | addressingSlice | ||
| ) |
Construct given addressing.
| label size | ( | ) | const [inline, virtual]
|
Implements FieldMapper.
Definition at line 121 of file fvFieldDecomposer.H.
References List< T >::size().
| bool direct | ( | ) | const [inline, virtual]
|
Implements FieldMapper.
Definition at line 126 of file fvFieldDecomposer.H.
| const unallocLabelList& directAddressing | ( | ) | const [inline, virtual]
|
Reimplemented from FieldMapper.
Definition at line 131 of file fvFieldDecomposer.H.