faAreaMapper Class Reference

FA area mapper. More...

Inheritance diagram for faAreaMapper:
[legend]
Collaboration diagram for faAreaMapper:
[legend]

Public Member Functions

 faAreaMapper (const faMesh &mesh, const mapPolyMesh &mpm)
 Construct from components. More...
 
virtual ~faAreaMapper ()
 Destructor. More...
 
const labelListnewFaceLabels () const
 Return new face labels. More...
 
const labelListnewFaceLabelsMap () const
 Return new face labels map. More...
 
virtual label size () const
 Return size. More...
 
virtual label sizeBeforeMapping () const
 Return size of field 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 interpolation weights. More...
 
virtual bool insertedObjects () const
 Are there any inserted faces. More...
 
virtual const labelListinsertedObjectLabels () const
 Return list of inserted faces. More...
 
- Public Member Functions inherited from morphFieldMapper
 morphFieldMapper ()
 Null constructor. More...
 
virtual ~morphFieldMapper ()=default
 Destructor. More...
 
- Public Member Functions inherited from FieldMapper
 FieldMapper ()
 Null constructor. More...
 
virtual ~FieldMapper ()=default
 Destructor. More...
 
virtual bool distributed () const
 
virtual const mapDistributeBasedistributeMap () const
 
template<class Type >
tmp< Field< Type > > operator() (const Field< Type > &f) const
 

Detailed Description

FA area mapper.

Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.

Source files

Definition at line 58 of file faAreaMapper.H.

Constructor & Destructor Documentation

◆ faAreaMapper()

faAreaMapper ( const faMesh mesh,
const mapPolyMesh mpm 
)

Construct from components.

Definition at line 280 of file faAreaMapper.C.

◆ ~faAreaMapper()

~faAreaMapper ( )
virtual

Destructor.

Definition at line 318 of file faAreaMapper.C.

Member Function Documentation

◆ newFaceLabels()

const Foam::labelList & newFaceLabels ( ) const

Return new face labels.

Definition at line 326 of file faAreaMapper.C.

Referenced by faAreaMapper::size(), and faMesh::updateMesh().

Here is the caller graph for this function:

◆ newFaceLabelsMap()

const Foam::labelList & newFaceLabelsMap ( ) const

Return new face labels map.

For new faces return old face index if it exists If the face has been added, index will be -1

Definition at line 337 of file faAreaMapper.C.

Referenced by faMesh::mapOldAreas(), and faMesh::updateMesh().

Here is the caller graph for this function:

◆ size()

virtual label size ( ) const
inlinevirtual

Return size.

Implements FieldMapper.

Definition at line 141 of file faAreaMapper.H.

References faAreaMapper::newFaceLabels().

Here is the call graph for this function:

◆ sizeBeforeMapping()

virtual label sizeBeforeMapping ( ) const
inlinevirtual

Return size of field before mapping.

Implements morphFieldMapper.

Definition at line 147 of file faAreaMapper.H.

◆ direct()

virtual bool direct ( ) const
inlinevirtual

Is the mapping direct.

Implements FieldMapper.

Definition at line 153 of file faAreaMapper.H.

◆ hasUnmapped()

virtual bool hasUnmapped ( ) const
inlinevirtual

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

get value

Implements FieldMapper.

Definition at line 158 of file faAreaMapper.H.

◆ directAddressing()

const Foam::labelUList & directAddressing ( ) const
virtual

Return direct addressing.

Reimplemented from FieldMapper.

Definition at line 348 of file faAreaMapper.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 366 of file faAreaMapper.C.

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

Here is the call graph for this function:

◆ weights()

const Foam::scalarListList & weights ( ) const
virtual

Return interpolation weights.

Reimplemented from FieldMapper.

Definition at line 384 of file faAreaMapper.C.

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

Here is the call graph for this function:

◆ insertedObjects()

virtual bool insertedObjects ( ) const
inlinevirtual

Are there any inserted faces.

Implements morphFieldMapper.

Definition at line 173 of file faAreaMapper.H.

References faAreaMapper::insertedObjectLabels().

Here is the call graph for this function:

◆ insertedObjectLabels()

const Foam::labelList & insertedObjectLabels ( ) const
virtual

Return list of inserted faces.

Implements morphFieldMapper.

Definition at line 402 of file faAreaMapper.C.

Referenced by faAreaMapper::insertedObjects().

Here is the caller graph for this function:

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