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...
#include <pointMapper.H>


Public Member Functions | |
| pointMapper (const pointMapper &)=delete | |
| No copy construct. | |
| void | operator= (const pointMapper &)=delete |
| No copy assignment. | |
| pointMapper (const pointMesh &, const mapPolyMesh &mpm) | |
| Construct from mapPolyMesh. | |
| virtual | ~pointMapper () |
| Destructor. | |
| virtual label | size () const |
| The mapper size. | |
| virtual label | sizeBeforeMapping () const |
| Return size before mapping. | |
| virtual bool | direct () const |
| Is the mapping direct. | |
| virtual bool | hasUnmapped () const |
| Are there unmapped values? i.e. do all size() elements get value. | |
| virtual const labelUList & | directAddressing () const |
| Return direct addressing. | |
| virtual const labelListList & | addressing () const |
| Return interpolated addressing. | |
| virtual const scalarListList & | weights () const |
| Return interpolation weights. | |
| bool | insertedObjects () const noexcept |
| Are there any inserted points. | |
| const labelList & | insertedObjectLabels () const |
| Return list of inserted points. | |
| Public Member Functions inherited from morphFieldMapper | |
| morphFieldMapper ()=default | |
| Default construct. | |
| virtual | ~morphFieldMapper ()=default |
| Destructor. | |
| Public Member Functions inherited from FieldMapper | |
| FieldMapper ()=default | |
| Default construct. | |
| virtual | ~FieldMapper ()=default |
| Destructor. | |
| virtual bool | distributed () const |
| Does the mapper have remote contributions? | |
| virtual const mapDistributeBase & | distributeMap () const |
| Return the distribution map. | |
| template<class Type> | |
| tmp< Field< Type > > | operator() (const Field< Type > &fld) const |
| Perform mapping on the given field. | |
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 53 of file pointMapper.H.
|
delete |
No copy construct.
References pointMapper().
Referenced by operator=(), and pointMapper().


| pointMapper | ( | const pointMesh & | pMesh, |
| const mapPolyMesh & | mpm ) |
Construct from mapPolyMesh.
Definition at line 223 of file pointMapper.C.
References bitSet::count(), size(), and bitSet::unset().

|
virtual |
Destructor.
Definition at line 273 of file pointMapper.C.
|
delete |
|
virtual |
The mapper size.
Implements FieldMapper.
Definition at line 279 of file pointMapper.C.
Referenced by pointMapper().

|
virtual |
Return size before mapping.
Implements morphFieldMapper.
Definition at line 286 of file pointMapper.C.
|
inlinevirtual |
Is the mapping direct.
Implements FieldMapper.
Definition at line 155 of file pointMapper.H.
Referenced by addressing(), directAddressing(), and weights().

|
inlinevirtual |
Are there unmapped values? i.e. do all size() elements get value.
Implements FieldMapper.
Definition at line 163 of file pointMapper.H.
References insertedObjects().

|
virtual |
Return direct addressing.
Reimplemented from FieldMapper.
Definition at line 292 of file pointMapper.C.
References Foam::abort(), direct(), Foam::FatalError, FatalErrorInFunction, and insertedObjects().

|
virtual |
Return interpolated addressing.
Reimplemented from FieldMapper.
Definition at line 318 of file pointMapper.C.
References Foam::abort(), direct(), Foam::FatalError, and FatalErrorInFunction.

|
virtual |
Return interpolation weights.
Reimplemented from FieldMapper.
Definition at line 336 of file pointMapper.C.
References Foam::abort(), direct(), Foam::FatalError, and FatalErrorInFunction.

|
inlinevirtualnoexcept |
Are there any inserted points.
Implements morphFieldMapper.
Definition at line 186 of file pointMapper.H.
References Foam::noexcept.
Referenced by directAddressing(), and hasUnmapped().

|
virtual |
Return list of inserted points.
Implements morphFieldMapper.
Definition at line 354 of file pointMapper.C.
References List< label >::null().
