FA area mapper. More...
Public Member Functions | |
faAreaMapper (const faMesh &mesh, const mapPolyMesh &mpm) | |
Construct from components. More... | |
virtual | ~faAreaMapper () |
Destructor. More... | |
const labelList & | newFaceLabels () const |
Return new face labels. More... | |
const labelList & | newFaceLabelsMap () 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 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 area mapper.
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
Definition at line 58 of file faAreaMapper.H.
faAreaMapper | ( | const faMesh & | mesh, |
const mapPolyMesh & | mpm | ||
) |
Construct from components.
Definition at line 280 of file faAreaMapper.C.
|
virtual |
Destructor.
Definition at line 318 of file faAreaMapper.C.
const Foam::labelList & newFaceLabels | ( | ) | const |
Return new face labels.
Definition at line 326 of file faAreaMapper.C.
Referenced by faAreaMapper::size(), and faMesh::updateMesh().
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().
|
inlinevirtual |
Return size.
Implements FieldMapper.
Definition at line 141 of file faAreaMapper.H.
References faAreaMapper::newFaceLabels().
|
inlinevirtual |
Return size of field before mapping.
Implements morphFieldMapper.
Definition at line 147 of file faAreaMapper.H.
|
inlinevirtual |
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 158 of file faAreaMapper.H.
|
virtual |
Return direct addressing.
Reimplemented from FieldMapper.
Definition at line 348 of file faAreaMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
|
virtual |
Return interpolated addressing.
Reimplemented from FieldMapper.
Definition at line 366 of file faAreaMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
|
virtual |
Return interpolation weights.
Reimplemented from FieldMapper.
Definition at line 384 of file faAreaMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
|
inlinevirtual |
Are there any inserted faces.
Implements morphFieldMapper.
Definition at line 173 of file faAreaMapper.H.
References faAreaMapper::insertedObjectLabels().
|
virtual |
Return list of inserted faces.
Implements morphFieldMapper.
Definition at line 402 of file faAreaMapper.C.
Referenced by faAreaMapper::insertedObjects().