Public Member Functions | List of all members
pointFieldDecomposer::patchFieldDecomposer Class Reference

Point patch field decomposer class. More...

Inheritance diagram for pointFieldDecomposer::patchFieldDecomposer:
Inheritance graph
[legend]
Collaboration diagram for pointFieldDecomposer::patchFieldDecomposer:
Collaboration graph
[legend]

Public Member Functions

 patchFieldDecomposer (const pointPatch &completeMeshPatch, const pointPatch &procMeshPatch, const labelList &directAddr)
 Construct given addressing. More...
 
label size () const
 
bool direct () const
 
bool hasUnmapped () const
 Are there unmapped values? I.e. do all size() elements get. More...
 
const labelUListdirectAddressing () const
 
- Public Member Functions inherited from pointPatchFieldMapperPatchRef
 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 bool distributed () const
 
virtual const mapDistributeBasedistributeMap () const
 
virtual const labelListListaddressing () const
 
virtual const scalarListListweights () const
 
template<class Type >
tmp< Field< Type > > operator() (const Field< Type > &f) const
 

Detailed Description

Point patch field decomposer class.

Definition at line 57 of file pointFieldDecomposer.H.

Constructor & Destructor Documentation

◆ patchFieldDecomposer()

patchFieldDecomposer ( const pointPatch completeMeshPatch,
const pointPatch procMeshPatch,
const labelList directAddr 
)

Construct given addressing.

Member Function Documentation

◆ size()

label size ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 83 of file pointFieldDecomposer.H.

References List< T >::size().

Here is the call graph for this function:

◆ direct()

bool direct ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 88 of file pointFieldDecomposer.H.

◆ hasUnmapped()

bool hasUnmapped ( ) const
inlinevirtual

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

get value

Implements FieldMapper.

Definition at line 93 of file pointFieldDecomposer.H.

◆ directAddressing()

const labelUList& directAddressing ( ) const
inlinevirtual

Reimplemented from FieldMapper.

Definition at line 98 of file pointFieldDecomposer.H.

References pointFieldDecomposer::decomposeField(), pointFieldDecomposer::decomposeFields(), fields, and pointFieldDecomposer::~pointFieldDecomposer().

Here is the call graph for this function:

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