Public Member Functions | Private Member Functions | Private Attributes
pointMapper Class Reference

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...

Inheritance diagram for pointMapper:
Inheritance graph
[legend]
Collaboration diagram for pointMapper:
Collaboration graph
[legend]

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 labelUListdirectAddressing () const
 Return direct addressing. More...
 
virtual const labelListListaddressing () const
 Return interpolated addressing. More...
 
virtual const scalarListListweights () const
 Return interpolaion weights. More...
 
bool insertedObjects () const
 Are there any inserted points. More...
 
const labelListinsertedObjectLabels () 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 mapDistributeBasedistributeMap () const
 
template<class Type >
tmp< Field< Type > > operator() (const Field< Type > &f) const
 

Private Member Functions

 pointMapper (const pointMapper &)
 Disallow default bitwise copy construct. More...
 
void operator= (const pointMapper &)
 Disallow default bitwise assignment. More...
 
void calcAddressing () const
 Calculate addressing for mapping with inserted points. More...
 
void clearOut ()
 Clear out local storage. More...
 

Private Attributes

const pointMeshpMesh_
 Reference to pointMesh. More...
 
const mapPolyMeshmpm_
 Reference to mapPolyMesh. More...
 
bool insertedPoints_
 Are there any inserted (unmapped) points. More...
 
bool direct_
 Is the mapping direct. More...
 
labelListdirectAddrPtr_
 Direct addressing (only one for of addressing is used) More...
 
labelListListinterpolationAddrPtr_
 Interpolated addressing (only one for of addressing is used) More...
 
scalarListListweightsPtr_
 Interpolation weights. More...
 
labelListinsertedPointLabelsPtr_
 Inserted points. More...
 

Detailed Description

This object provides mapping and fill-in information for point data between the two meshes after the topological change. It is constructed from mapPolyMesh.

Source files

Definition at line 55 of file pointMapper.H.

Constructor & Destructor Documentation

◆ pointMapper() [1/2]

pointMapper ( const pointMapper )
private

Disallow default bitwise copy construct.

◆ pointMapper() [2/2]

pointMapper ( const pointMesh pMesh,
const mapPolyMesh mpm 
)

◆ ~pointMapper()

~pointMapper ( )
virtual

Destructor.

Definition at line 216 of file pointMapper.C.

Member Function Documentation

◆ operator=()

void operator= ( const pointMapper )
private

Disallow default bitwise assignment.

◆ calcAddressing()

void calcAddressing ( ) const
private

◆ clearOut()

void clearOut ( )
private

Clear out local storage.

Definition at line 153 of file pointMapper.C.

References Foam::deleteDemandDrivenData().

Here is the call graph for this function:

◆ size()

Foam::label size ( ) const
virtual

Return size.

Implements FieldMapper.

Definition at line 224 of file pointMapper.C.

Referenced by pointMapper::calcAddressing().

Here is the caller graph for this function:

◆ sizeBeforeMapping()

Foam::label sizeBeforeMapping ( ) const
virtual

Return size before mapping.

Implements morphFieldMapper.

Definition at line 230 of file pointMapper.C.

◆ direct()

virtual bool direct ( ) const
inlinevirtual

Is the mapping direct.

Implements FieldMapper.

Definition at line 126 of file pointMapper.H.

References pointMapper::direct_.

Referenced by pointMapper::calcAddressing().

Here is the caller graph for this function:

◆ hasUnmapped()

virtual bool hasUnmapped ( ) const
inlinevirtual

Are there unmapped values? I.e. do all size() elements get.

get value

Implements FieldMapper.

Definition at line 133 of file pointMapper.H.

◆ directAddressing()

const Foam::labelUList & directAddressing ( ) const
virtual

Return direct addressing.

Reimplemented from FieldMapper.

Definition at line 236 of file pointMapper.C.

References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.

Here is the call graph for this function:

◆ addressing()

const Foam::labelListList & addressing ( ) const
virtual

Return interpolated addressing.

Reimplemented from FieldMapper.

Definition at line 262 of file pointMapper.C.

References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.

Here is the call graph for this function:

◆ weights()

const Foam::scalarListList & weights ( ) const
virtual

Return interpolaion weights.

Reimplemented from FieldMapper.

Definition at line 280 of file pointMapper.C.

References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.

Here is the call graph for this function:

◆ insertedObjects()

bool insertedObjects ( ) const
inlinevirtual

Are there any inserted points.

Implements morphFieldMapper.

Definition at line 148 of file pointMapper.H.

References pointMapper::insertedPoints_.

◆ insertedObjectLabels()

const Foam::labelList & insertedObjectLabels ( ) const
virtual

Return list of inserted points.

Implements morphFieldMapper.

Definition at line 298 of file pointMapper.C.

Field Documentation

◆ pMesh_

const pointMesh& pMesh_
private

Reference to pointMesh.

Definition at line 62 of file pointMapper.H.

Referenced by pointMapper::calcAddressing(), and pointMapper::pointMapper().

◆ mpm_

const mapPolyMesh& mpm_
private

Reference to mapPolyMesh.

Definition at line 65 of file pointMapper.H.

Referenced by pointMapper::calcAddressing(), and pointMapper::pointMapper().

◆ insertedPoints_

bool insertedPoints_
private

Are there any inserted (unmapped) points.

Definition at line 68 of file pointMapper.H.

Referenced by pointMapper::insertedObjects(), and pointMapper::pointMapper().

◆ direct_

bool direct_
private

Is the mapping direct.

Definition at line 71 of file pointMapper.H.

Referenced by pointMapper::direct(), and pointMapper::pointMapper().

◆ directAddrPtr_

labelList* directAddrPtr_
mutableprivate

Direct addressing (only one for of addressing is used)

Definition at line 77 of file pointMapper.H.

Referenced by pointMapper::calcAddressing().

◆ interpolationAddrPtr_

labelListList* interpolationAddrPtr_
mutableprivate

Interpolated addressing (only one for of addressing is used)

Definition at line 80 of file pointMapper.H.

Referenced by pointMapper::calcAddressing().

◆ weightsPtr_

scalarListList* weightsPtr_
mutableprivate

Interpolation weights.

Definition at line 83 of file pointMapper.H.

Referenced by pointMapper::calcAddressing().

◆ insertedPointLabelsPtr_

labelList* insertedPointLabelsPtr_
mutableprivate

Inserted points.

Definition at line 86 of file pointMapper.H.

Referenced by pointMapper::calcAddressing().


The documentation for this class was generated from the following files: