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 () | |
| Null constructor. More... | |
| virtual | ~morphFieldMapper ()=default |
| Destructor. More... | |
Public Member Functions inherited from FieldMapper | |
| FieldMapper () | |
| Null constructor. More... | |
| virtual | ~FieldMapper ()=default |
| Destructor. More... | |
| virtual bool | distributed () const |
| virtual const mapDistributeBase & | distributeMap () const |
| template<class Type > | |
| tmp< Field< Type > > | operator() (const Field< Type > &f) const |
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 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.