Public Member Functions | List of all members
faEdgeMapper Class Reference

FA edge mapper. Currently, edge-based finite area data is not mapped, but only resized, since edge-based mapping data is not available. More...

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

Public Member Functions

 faEdgeMapper (const faMesh &mesh, const mapPolyMesh &mpm)
 
virtual ~faEdgeMapper ()
 
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
 
virtual bool insertedObjects () const
 
virtual const labelListinsertedObjectLabels () const
 
- Public Member Functions inherited from morphFieldMapper
 morphFieldMapper ()
 
virtual ~morphFieldMapper ()=default
 
- 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

FA edge mapper. Currently, edge-based finite area data is not mapped, but only resized, since edge-based mapping data is not available.

Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.

Source files

Definition at line 55 of file faEdgeMapper.H.

Constructor & Destructor Documentation

◆ faEdgeMapper()

faEdgeMapper ( const faMesh mesh,
const mapPolyMesh mpm 
)

Definition at line 53 of file faEdgeMapper.C.

◆ ~faEdgeMapper()

~faEdgeMapper ( )
virtual

Definition at line 68 of file faEdgeMapper.C.

Member Function Documentation

◆ size()

virtual label size ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 111 of file faEdgeMapper.H.

References faMesh::nInternalEdges().

Here is the call graph for this function:

◆ sizeBeforeMapping()

virtual label sizeBeforeMapping ( ) const
inlinevirtual

Implements morphFieldMapper.

Definition at line 117 of file faEdgeMapper.H.

◆ direct()

virtual bool direct ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 123 of file faEdgeMapper.H.

◆ hasUnmapped()

virtual bool hasUnmapped ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 128 of file faEdgeMapper.H.

◆ directAddressing()

const Foam::labelUList & directAddressing ( ) const
virtual

Reimplemented from FieldMapper.

Definition at line 76 of file faEdgeMapper.C.

◆ addressing()

const Foam::labelListList & addressing ( ) const
virtual

Reimplemented from FieldMapper.

Definition at line 87 of file faEdgeMapper.C.

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

Here is the call graph for this function:

◆ weights()

const Foam::scalarListList & weights ( ) const
virtual

Reimplemented from FieldMapper.

Definition at line 97 of file faEdgeMapper.C.

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

Here is the call graph for this function:

◆ insertedObjects()

virtual bool insertedObjects ( ) const
inlinevirtual

Implements morphFieldMapper.

Definition at line 143 of file faEdgeMapper.H.

◆ insertedObjectLabels()

virtual const labelList& insertedObjectLabels ( ) const
inlinevirtual

Implements morphFieldMapper.

Definition at line 149 of file faEdgeMapper.H.

References List::null().

Here is the call graph for this function:

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