Mapping class for a pointPatchField. More...
#include <OpenFOAM/pointPatchMapper.H>
Inheritance diagram for pointPatchMapper:
Collaboration diagram for pointPatchMapper:Public Member Functions | |
| pointPatchMapper (const pointPatch &patch, const pointMapper &pointMap, const mapPolyMesh &mpm) | |
| Construct from mappers. | |
| virtual | ~pointPatchMapper () |
| virtual label | size () const |
| Return size. | |
| virtual label | sizeBeforeMapping () const |
| Return size of field before mapping. | |
| virtual bool | direct () const |
| Is the mapping direct. | |
| virtual const unallocLabelList & | directAddressing () const |
| Return direct addressing. | |
| virtual const labelListList & | addressing () const |
| Return interpolated addressing. | |
| virtual const scalarListList & | weights () const |
| Return interpolaion weights. | |
Public Member Functions inherited from pointPatchFieldMapper | |
| pointPatchFieldMapper () | |
| Null constructor. | |
Public Member Functions inherited from FieldMapper | |
| FieldMapper () | |
| Null constructor. | |
| virtual | ~FieldMapper () |
| template<class Type > | |
| tmp< Field< Type > > | operator() (const Field< Type > &f) const |
| pointPatchMapper | ( | const pointPatch & | patch, |
| const pointMapper & | pointMap, | ||
| const mapPolyMesh & | mpm | ||
| ) |
Construct from mappers.
Definition at line 111 of file pointPatchMapper.C.
|
virtual |
Definition at line 135 of file pointPatchMapper.C.
|
inlinevirtual |
Return size.
Implements FieldMapper.
Definition at line 129 of file pointPatchMapper.H.
References pointPatch::size().
|
inlinevirtual |
Return size of field before mapping.
Definition at line 135 of file pointPatchMapper.H.
|
inlinevirtual |
Is the mapping direct.
Implements FieldMapper.
Definition at line 141 of file pointPatchMapper.H.
References FieldMapper::direct().
|
virtual |
Return direct addressing.
Reimplemented from FieldMapper.
Definition at line 143 of file pointPatchMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorIn.
|
virtual |
Return interpolated addressing.
Reimplemented from FieldMapper.
Definition at line 163 of file pointPatchMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorIn.
|
virtual |
Return interpolaion weights.
Reimplemented from FieldMapper.
Definition at line 183 of file pointPatchMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorIn.