This object provides mapping and fill-in information for point data between the two meshes after the topological change. It is constructed from mapPolyMesh. More...
Public Member Functions | |
pointMapper (const pointMesh &, const mapPolyMesh &mpm) | |
Construct from mapPolyMesh. More... | |
virtual | ~pointMapper () |
Destructor. More... | |
virtual label | size () const |
Return size. More... | |
virtual label | sizeBeforeMapping () const |
Return size before mapping. More... | |
virtual bool | direct () const |
Is the mapping direct. More... | |
virtual bool | hasUnmapped () const |
Are there unmapped values? I.e. do all size() elements get. More... | |
virtual const labelUList & | directAddressing () const |
Return direct addressing. More... | |
virtual const labelListList & | addressing () const |
Return interpolated addressing. More... | |
virtual const scalarListList & | weights () const |
Return interpolation weights. More... | |
bool | insertedObjects () const |
Are there any inserted points. More... | |
const labelList & | insertedObjectLabels () const |
Return list of inserted points. More... | |
![]() | |
morphFieldMapper ()=default | |
Default construct. More... | |
virtual | ~morphFieldMapper ()=default |
Destructor. More... | |
virtual label | sizeBeforeMapping () const =0 |
Return size of field before mapping. More... | |
virtual bool | insertedObjects () const =0 |
Are there any inserted objects. More... | |
virtual const labelList & | insertedObjectLabels () const =0 |
Return list of inserted objects. More... | |
![]() | |
FieldMapper ()=default | |
Default construct. More... | |
virtual | ~FieldMapper ()=default |
Destructor. More... | |
virtual label | size () const =0 |
The size of the mapper. More... | |
virtual bool | direct () const =0 |
Is it a direct (non-interpolating) mapper? More... | |
virtual bool | distributed () const |
Does the mapper have remote contributions? More... | |
virtual bool | hasUnmapped () const =0 |
Any unmapped values? More... | |
virtual const labelUList & | directAddressing () const |
Return the direct addressing values. More... | |
virtual const mapDistributeBase & | distributeMap () const |
Return the distribution map. More... | |
virtual const labelListList & | addressing () const |
Return the interpolation addressing. More... | |
virtual const scalarListList & | weights () const |
Return the interpolation weights. More... | |
template<class Type > | |
tmp< Field< Type > > | operator() (const Field< Type > &fld) const |
Perform mapping on the given field. More... | |
This object provides mapping and fill-in information for point data between the two meshes after the topological change. It is constructed from mapPolyMesh.
Definition at line 57 of file pointMapper.H.
pointMapper | ( | const pointMesh & | pMesh, |
const mapPolyMesh & | mpm | ||
) |
Construct from mapPolyMesh.
Definition at line 163 of file pointMapper.C.
References UList< T >::empty(), forAll, Foam::min(), mapPolyMesh::pointMap(), mapPolyMesh::pointsFromPointsMap(), and pointMesh::size().
|
virtual |
Destructor.
Definition at line 214 of file pointMapper.C.
|
virtual |
|
virtual |
Return size before mapping.
Implements morphFieldMapper.
Definition at line 228 of file pointMapper.C.
|
inlinevirtual |
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 135 of file pointMapper.H.
|
virtual |
Return direct addressing.
Reimplemented from FieldMapper.
Definition at line 234 of file pointMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
|
virtual |
Return interpolated addressing.
Reimplemented from FieldMapper.
Definition at line 260 of file pointMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
|
virtual |
Return interpolation weights.
Reimplemented from FieldMapper.
Definition at line 278 of file pointMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
|
inlinevirtual |
Are there any inserted points.
Implements morphFieldMapper.
Definition at line 150 of file pointMapper.H.
|
virtual |
Return list of inserted points.
Implements morphFieldMapper.
Definition at line 296 of file pointMapper.C.