A FieldMapper for finite-area patch fields. More...
#include <faPatchFieldMapper.H>


Public Member Functions | |
| faPatchFieldMapper ()=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. | |
|
default |
Default construct.