Public Member Functions | List of all members
fvPatchMapper Class Reference

Mapping class for a fvPatchField. More...

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

Public Member Functions

 fvPatchMapper (const fvPatch &patch, const faceMapper &faceMap)
 
virtual ~fvPatchMapper ()
 
virtual label size () const
 
virtual label sizeBeforeMapping () const
 
virtual bool direct () const
 
virtual bool hasUnmapped () const
 
virtual const labelUListdirectAddressing () const
 
virtual const labelListListaddressing () const
 
virtual const scalarListListweights () const
 
- Public Member Functions inherited from fvPatchFieldMapper
 fvPatchFieldMapper ()
 
- Public Member Functions inherited from FieldMapper
 FieldMapper ()
 
virtual ~FieldMapper ()=default
 
virtual bool distributed () const
 
virtual const mapDistributeBasedistributeMap () const
 
template<class Type >
tmp< Field< Type > > operator() (const Field< Type > &f) const
 

Detailed Description

Mapping class for a fvPatchField.

Source files

Definition at line 53 of file fvPatchMapper.H.

Constructor & Destructor Documentation

◆ fvPatchMapper()

fvPatchMapper ( const fvPatch patch,
const faceMapper faceMap 
)

Definition at line 204 of file fvPatchMapper.C.

◆ ~fvPatchMapper()

~fvPatchMapper ( )
virtual

Definition at line 221 of file fvPatchMapper.C.

Member Function Documentation

◆ size()

virtual label size ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 120 of file fvPatchMapper.H.

References fvPatch::size().

Here is the call graph for this function:

◆ sizeBeforeMapping()

virtual label sizeBeforeMapping ( ) const
inlinevirtual

Definition at line 126 of file fvPatchMapper.H.

◆ direct()

virtual bool direct ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 132 of file fvPatchMapper.H.

References faceMapper::direct().

Here is the call graph for this function:

◆ hasUnmapped()

virtual bool hasUnmapped ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 137 of file fvPatchMapper.H.

◆ directAddressing()

const Foam::labelUList & directAddressing ( ) const
virtual

Reimplemented from FieldMapper.

Definition at line 229 of file fvPatchMapper.C.

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

Here is the call graph for this function:

◆ addressing()

const Foam::labelListList & addressing ( ) const
virtual

Reimplemented from FieldMapper.

Definition at line 247 of file fvPatchMapper.C.

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

Here is the call graph for this function:

◆ weights()

const Foam::scalarListList & weights ( ) const
virtual

Reimplemented from FieldMapper.

Definition at line 265 of file fvPatchMapper.C.

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

Here is the call graph for this function:

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