Loading...
Searching...
No Matches
faFieldDecomposer::processorEdgePatchFieldDecomposer Class Reference

Processor patch field decomposer class. More...

#include <faFieldDecomposer.H>

Inheritance diagram for faFieldDecomposer::processorEdgePatchFieldDecomposer:
Collaboration diagram for faFieldDecomposer::processorEdgePatchFieldDecomposer:

Public Member Functions

 processorEdgePatchFieldDecomposer (label sizeBeforeMapping, const labelUList &addressingSlice)
 Construct given addressing.
label size () const noexcept
 The size of the mapper.
virtual label sizeBeforeMapping () const
bool direct () const noexcept
 Is it a direct (non-interpolating) mapper?
virtual bool hasUnmapped () const
 Any unmapped values?
const labelListListaddressing () const noexcept
 Return the interpolation addressing.
const scalarListListweights () const noexcept
 Return the interpolation weights.
Public Member Functions inherited from faPatchFieldMapper
 faPatchFieldMapper ()=default
 Default construct.
Public Member Functions inherited from FieldMapper
 FieldMapper ()=default
 Default construct.
virtual ~FieldMapper ()=default
 Destructor.
virtual bool distributed () const
 Does the mapper have remote contributions?
virtual const labelUListdirectAddressing () const
 Return the direct addressing values.
virtual const mapDistributeBasedistributeMap () const
 Return the distribution map.
template<class Type>
tmp< Field< Type > > operator() (const Field< Type > &fld) const
 Perform mapping on the given field.

Detailed Description

Processor patch field decomposer class.

Definition at line 180 of file faFieldDecomposer.H.

Constructor & Destructor Documentation

◆ processorEdgePatchFieldDecomposer()

processorEdgePatchFieldDecomposer ( label sizeBeforeMapping,
const labelUList & addressingSlice )

Construct given addressing.

References sizeBeforeMapping().

Here is the call graph for this function:

Member Function Documentation

◆ size()

label size ( ) const
inlinevirtualnoexcept

The size of the mapper.

Implements FieldMapper.

Definition at line 202 of file faFieldDecomposer.H.

References Foam::noexcept.

◆ sizeBeforeMapping()

virtual label sizeBeforeMapping ( ) const
inlinevirtual

Definition at line 207 of file faFieldDecomposer.H.

Referenced by processorEdgePatchFieldDecomposer().

Here is the caller graph for this function:

◆ direct()

bool direct ( ) const
inlinevirtualnoexcept

Is it a direct (non-interpolating) mapper?

Implements FieldMapper.

Definition at line 212 of file faFieldDecomposer.H.

References Foam::noexcept.

◆ hasUnmapped()

virtual bool hasUnmapped ( ) const
inlinevirtual

Any unmapped values?

I.e. do all size() elements get value

Implements FieldMapper.

Definition at line 217 of file faFieldDecomposer.H.

◆ addressing()

const labelListList & addressing ( ) const
inlinevirtualnoexcept

Return the interpolation addressing.

Reimplemented from FieldMapper.

Definition at line 222 of file faFieldDecomposer.H.

References Foam::noexcept.

◆ weights()

const scalarListList & weights ( ) const
inlinevirtualnoexcept

Return the interpolation weights.

Reimplemented from FieldMapper.

Definition at line 227 of file faFieldDecomposer.H.

References Foam::noexcept.


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