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 interpolaion 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 () |
| Destructor. More... | |
Public Member Functions inherited from FieldMapper | |
| FieldMapper () | |
| Null constructor. More... | |
| virtual | ~FieldMapper () |
| 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 55 of file pointMapper.H.
| pointMapper | ( | const pointMesh & | pMesh, |
| const mapPolyMesh & | mpm | ||
| ) |
Construct from mapPolyMesh.
Definition at line 161 of file pointMapper.C.
References UList< T >::empty(), forAll, Foam::min(), mapPolyMesh::pointMap(), mapPolyMesh::pointsFromPointsMap(), and pointMesh::size().

|
virtual |
Destructor.
Definition at line 212 of file pointMapper.C.
|
virtual |
Return size.
Implements FieldMapper.
Definition at line 220 of file pointMapper.C.
References mapPolyMesh::pointMap(), and List< T >::size().

|
virtual |
Return size before mapping.
Implements morphFieldMapper.
Definition at line 226 of file pointMapper.C.
References mapPolyMesh::nOldPoints().

|
inlinevirtual |
Is the mapping direct.
Implements FieldMapper.
Definition at line 126 of file pointMapper.H.
References pointMapper::addressing(), pointMapper::directAddressing(), pointMapper::hasUnmapped(), pointMapper::insertedObjects(), and pointMapper::weights().
Referenced by pointMapper::addressing(), pointMapper::directAddressing(), and pointMapper::weights().


|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 133 of file pointMapper.H.
Referenced by pointMapper::direct().

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


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


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


|
inlinevirtual |
Are there any inserted points.
Implements morphFieldMapper.
Definition at line 148 of file pointMapper.H.
References pointMapper::insertedObjectLabels().
Referenced by pointMapper::direct(), pointMapper::directAddressing(), and pointMapper::insertedObjectLabels().


|
virtual |
Return list of inserted points.
Implements morphFieldMapper.
Definition at line 294 of file pointMapper.C.
References pointMapper::insertedObjects().
Referenced by pointMapper::insertedObjects().


1.8.11