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... | |
Public Member Functions inherited from morphFieldMapper | |
| morphFieldMapper ()=default | |
| Default construct. More... | |
| virtual | ~morphFieldMapper ()=default |
| Destructor. More... | |
Public Member Functions inherited from FieldMapper | |
| FieldMapper ()=default | |
| Default construct. More... | |
| virtual | ~FieldMapper ()=default |
| Destructor. More... | |
| virtual bool | distributed () const |
| Does the mapper have remote contributions? More... | |
| virtual const mapDistributeBase & | distributeMap () const |
| Return the distribution map. 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 53 of file pointMapper.H.
| pointMapper | ( | const pointMesh & | pMesh, |
| const mapPolyMesh & | mpm | ||
| ) |
Construct from mapPolyMesh.
Definition at line 156 of file pointMapper.C.
References UList< T >::empty(), forAll, Foam::min(), mapPolyMesh::pointMap(), mapPolyMesh::pointsFromPointsMap(), and pointMesh::size().

|
virtual |
Destructor.
Definition at line 207 of file pointMapper.C.
|
virtual |
|
virtual |
Return size before mapping.
Implements morphFieldMapper.
Definition at line 221 of file pointMapper.C.
|
inlinevirtual |
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 168 of file pointMapper.H.
References pointMapper::insertedObjects().

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

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

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

|
inlinevirtual |
Are there any inserted points.
Implements morphFieldMapper.
Definition at line 191 of file pointMapper.H.
Referenced by pointMapper::hasUnmapped().

|
virtual |
Return list of inserted points.
Implements morphFieldMapper.
Definition at line 289 of file pointMapper.C.