FA edge mapper. Currently, edge-based finite area data is not mapped, but only resized, since edge-based mapping data is not available. More...
Public Member Functions | |
faEdgeMapper (const faMesh &mesh, const mapPolyMesh &mpm) | |
Construct from components. More... | |
virtual | ~faEdgeMapper () |
Destructor. 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 labelUList & | directAddressing () const |
Return direct addressing. More... | |
virtual const labelListList & | addressing () const |
Return interpolated addressing. More... | |
virtual const scalarListList & | weights () const |
Return interpolation weights. More... | |
virtual bool | insertedObjects () const |
Are there any inserted faces. More... | |
virtual const labelList & | insertedObjectLabels () const |
Return list of inserted faces. More... | |
![]() | |
morphFieldMapper () | |
Null constructor. More... | |
virtual | ~morphFieldMapper ()=default |
Destructor. More... | |
![]() | |
FieldMapper () | |
Null constructor. More... | |
virtual | ~FieldMapper ()=default |
Destructor. More... | |
virtual bool | distributed () const |
virtual const mapDistributeBase & | distributeMap () const |
template<class Type > | |
tmp< Field< Type > > | operator() (const Field< Type > &f) const |
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.
Definition at line 59 of file faEdgeMapper.H.
faEdgeMapper | ( | const faMesh & | mesh, |
const mapPolyMesh & | mpm | ||
) |
Construct from components.
Definition at line 60 of file faEdgeMapper.C.
|
virtual |
Destructor.
Definition at line 75 of file faEdgeMapper.C.
|
inlinevirtual |
Return size.
Implements FieldMapper.
Definition at line 115 of file faEdgeMapper.H.
References faMesh::nInternalEdges().
|
inlinevirtual |
Return size of field before mapping.
Implements morphFieldMapper.
Definition at line 121 of file faEdgeMapper.H.
|
inlinevirtual |
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 132 of file faEdgeMapper.H.
|
virtual |
Return direct addressing.
Reimplemented from FieldMapper.
Definition at line 83 of file faEdgeMapper.C.
|
virtual |
Return interpolated addressing.
Reimplemented from FieldMapper.
Definition at line 94 of file faEdgeMapper.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and List< labelList >::null().
|
virtual |
Return interpolation weights.
Reimplemented from FieldMapper.
Definition at line 104 of file faEdgeMapper.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and List< scalarList >::null().
|
inlinevirtual |
Are there any inserted faces.
Implements morphFieldMapper.
Definition at line 147 of file faEdgeMapper.H.
|
inlinevirtual |
Return list of inserted faces.
Implements morphFieldMapper.
Definition at line 153 of file faEdgeMapper.H.
References List< T >::null().