Processor patch field decomposer class. Surface field is assumed. More...
#include <applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposer.H>
Processor patch field decomposer class. Surface field is assumed.
to have direction (so manipulates sign when mapping)
Definition at line 140 of file fvFieldDecomposer.H.
Public Member Functions | |
processorSurfacePatchFieldDecomposer (const unallocLabelList &addressingSlice) | |
Construct given addressing.
| |
label | size () const |
bool | direct () const |
const labelListList & | addressing () const |
const scalarListList & | weights () const |
processorSurfacePatchFieldDecomposer | ( | const unallocLabelList & | addressingSlice ) |
Construct given addressing.
label size | ( | ) | const [inline, virtual]
|
Implements FieldMapper.
Definition at line 158 of file fvFieldDecomposer.H.
References List< T >::size().
bool direct | ( | ) | const [inline, virtual]
|
Implements FieldMapper.
Definition at line 163 of file fvFieldDecomposer.H.
const labelListList& addressing | ( | ) | const [inline, virtual]
|
Reimplemented from FieldMapper.
Definition at line 168 of file fvFieldDecomposer.H.
const scalarListList& weights | ( | ) | const [inline, virtual]
|
Reimplemented from FieldMapper.
Definition at line 173 of file fvFieldDecomposer.H.