FA edge mapper. Currently, edge-based finite area data is not mapped, but only resized, since edge-based mapping data is not available. More...
#include <faEdgeMapper.H>


Public Member Functions | |
| faEdgeMapper (const faEdgeMapper &)=delete | |
| No copy construct. | |
| void | operator= (const faEdgeMapper &)=delete |
| No copy assignment. | |
| faEdgeMapper (const faMesh &mesh, const mapPolyMesh &mpm) | |
| Construct from components. | |
| virtual | ~faEdgeMapper () |
| Destructor. | |
| virtual label | size () const |
| Return mapper size. | |
| virtual label | sizeBeforeMapping () const |
| Return size of field before mapping. | |
| virtual bool | direct () const |
| Is the mapping direct. | |
| virtual bool | hasUnmapped () const |
| Any unmapped values? | |
| virtual const labelUList & | directAddressing () const |
| Return direct addressing. | |
| virtual const labelListList & | addressing () const |
| Return interpolated addressing. | |
| virtual const scalarListList & | weights () const |
| Return interpolation weights. | |
| virtual bool | insertedObjects () const |
| Are there any inserted edges. | |
| virtual const labelList & | insertedObjectLabels () const |
| Return list of inserted edges. | |
| Public Member Functions inherited from morphFieldMapper | |
| morphFieldMapper ()=default | |
| Default construct. | |
| virtual | ~morphFieldMapper ()=default |
| Destructor. | |
| 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 mapDistributeBase & | distributeMap () const |
| Return the distribution map. | |
| template<class Type> | |
| tmp< Field< Type > > | operator() (const Field< Type > &fld) const |
| Perform mapping on the given field. | |
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 54 of file faEdgeMapper.H.
|
delete |
No copy construct.
References faEdgeMapper().
Referenced by faEdgeMapper(), and operator=().


| faEdgeMapper | ( | const faMesh & | mesh, |
| const mapPolyMesh & | mpm ) |
|
virtual |
Destructor.
Definition at line 67 of file faEdgeMapper.C.
|
delete |
|
virtual |
|
inlinevirtual |
Return size of field before mapping.
Implements morphFieldMapper.
Definition at line 143 of file faEdgeMapper.H.
|
inlinevirtual |
|
inlinevirtual |
Any unmapped values?
I.e. do all size() elements get value
Implements FieldMapper.
Definition at line 156 of file faEdgeMapper.H.
|
virtual |
Return direct addressing.
Reimplemented from FieldMapper.
Definition at line 79 of file faEdgeMapper.C.
|
virtual |
Return interpolated addressing.
Reimplemented from FieldMapper.
Definition at line 90 of file faEdgeMapper.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and List< labelList >::null().

|
virtual |
Return interpolation weights.
Reimplemented from FieldMapper.
Definition at line 100 of file faEdgeMapper.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and List< scalarList >::null().

|
inlinevirtual |
Are there any inserted edges.
Implements morphFieldMapper.
Definition at line 179 of file faEdgeMapper.H.
|
inlinevirtual |
Return list of inserted edges.
Implements morphFieldMapper.
Definition at line 187 of file faEdgeMapper.H.
References List< label >::null().
