Mapping class for a pointPatchField. More...
#include <OpenFOAM/pointPatchMapper.H>
Mapping class for a pointPatchField.
Definition at line 56 of file pointPatchMapper.H.
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.
|
pointPatchMapper | ( | const pointPatch & | patch, |
const pointMapper & | pointMap, | ||
const mapPolyMesh & | mpm | ||
) |
Construct from mappers.
Definition at line 111 of file pointPatchMapper.C.
~pointPatchMapper | ( | ) | [virtual]
|
Definition at line 135 of file pointPatchMapper.C.
virtual label size | ( | ) | const [inline, virtual]
|
Return size.
Implements FieldMapper.
Definition at line 129 of file pointPatchMapper.H.
References pointPatch::size().
virtual label sizeBeforeMapping | ( | ) | const [inline, virtual]
|
Return size of field before mapping.
Definition at line 135 of file pointPatchMapper.H.
virtual bool direct | ( | ) | const [inline, virtual]
|
Is the mapping direct.
Implements FieldMapper.
Definition at line 141 of file pointPatchMapper.H.
References FieldMapper::direct().
const Foam::unallocLabelList & directAddressing | ( | ) | const [virtual]
|
Return direct addressing.
Reimplemented from FieldMapper.
Definition at line 143 of file pointPatchMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorIn.
const Foam::labelListList & addressing | ( | ) | const [virtual]
|
Return interpolated addressing.
Reimplemented from FieldMapper.
Definition at line 163 of file pointPatchMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorIn.
const Foam::scalarListList & weights | ( | ) | const [virtual]
|
Return interpolaion weights.
Reimplemented from FieldMapper.
Definition at line 183 of file pointPatchMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorIn.