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

Foam::pointPatchFieldMapperPatchRef. More...

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

Public Member Functions

 pointPatchFieldMapperPatchRef (const pointPatch &source, const pointPatch &target)
 Construct from components. More...
 
const pointPatchsourcePatch () const
 
const pointPatchtargetPatch () const
 
- Public Member Functions inherited from pointPatchFieldMapper
 pointPatchFieldMapper ()
 Null constructor. More...
 
- Public Member Functions inherited from FieldMapper
 FieldMapper ()
 Null constructor. More...
 
virtual ~FieldMapper ()
 Destructor. More...
 
virtual label size () const =0
 
virtual bool direct () const =0
 
virtual bool distributed () const
 
virtual const mapDistributeBasedistributeMap () const
 
virtual bool hasUnmapped () const =0
 Are there unmapped values? I.e. do all size() elements get. More...
 
virtual const labelUListdirectAddressing () const
 
virtual const labelListListaddressing () const
 
virtual const scalarListListweights () const
 
template<class Type >
tmp< Field< Type > > operator() (const Field< Type > &f) const
 

Private Member Functions

 pointPatchFieldMapperPatchRef (const pointPatchFieldMapperPatchRef &)
 Disallow default bitwise copy construct. More...
 
void operator= (const pointPatchFieldMapperPatchRef &)
 Disallow default bitwise assignment. More...
 

Private Attributes

const pointPatchsourcePatch_
 
const pointPatchtargetPatch_
 

Detailed Description

Foam::pointPatchFieldMapperPatchRef.

Definition at line 45 of file pointPatchFieldMapperPatchRef.H.

Constructor & Destructor Documentation

◆ pointPatchFieldMapperPatchRef() [1/2]

Disallow default bitwise copy construct.

◆ pointPatchFieldMapperPatchRef() [2/2]

pointPatchFieldMapperPatchRef ( const pointPatch source,
const pointPatch target 
)
inline

Construct from components.

Definition at line 70 of file pointPatchFieldMapperPatchRef.H.

Member Function Documentation

◆ operator=()

void operator= ( const pointPatchFieldMapperPatchRef )
private

Disallow default bitwise assignment.

◆ sourcePatch()

const pointPatch& sourcePatch ( ) const
inline

◆ targetPatch()

const pointPatch& targetPatch ( ) const
inline

Field Documentation

◆ sourcePatch_

const pointPatch& sourcePatch_
private

◆ targetPatch_

const pointPatch& targetPatch_
private

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