Foam::pointPatchFieldMapperPatchRef. More...
#include <pointPatchFieldMapperPatchRef.H>


Public Member Functions | |
| pointPatchFieldMapperPatchRef (const pointPatch &source, const pointPatch &target) | |
| Construct from components. | |
| const pointPatch & | sourcePatch () const |
| const pointPatch & | targetPatch () const |
| Public Member Functions inherited from pointPatchFieldMapper | |
| pointPatchFieldMapper ()=default | |
| Default construct. | |
| Public Member Functions inherited from FieldMapper | |
| FieldMapper ()=default | |
| Default construct. | |
| virtual | ~FieldMapper ()=default |
| Destructor. | |
| virtual label | size () const =0 |
| The size of the mapper. | |
| virtual bool | direct () const =0 |
| Is it a direct (non-interpolating) mapper? | |
| virtual bool | distributed () const |
| Does the mapper have remote contributions? | |
| virtual bool | hasUnmapped () const =0 |
| Any unmapped values? | |
| virtual const labelUList & | directAddressing () const |
| Return the direct addressing values. | |
| virtual const mapDistributeBase & | distributeMap () const |
| Return the distribution map. | |
| virtual const labelListList & | addressing () const |
| Return the interpolation addressing. | |
| virtual const scalarListList & | weights () const |
| Return the interpolation weights. | |
| template<class Type> | |
| tmp< Field< Type > > | operator() (const Field< Type > &fld) const |
| Perform mapping on the given field. | |
|
inline |
Construct from components.
Definition at line 74 of file pointPatchFieldMapperPatchRef.H.
|
inline |
Definition at line 87 of file pointPatchFieldMapperPatchRef.H.
|
inline |
Definition at line 92 of file pointPatchFieldMapperPatchRef.H.