42#ifndef Foam_faEdgeMapper_H
43#define Foam_faEdgeMapper_H
72 const label mapperLen_;
75 const label sizeBeforeMapping_;
80 mutable bool hasUnmapped_;
83 mutable std::unique_ptr<labelList> directAddrPtr_;
89 void calcAddressing()
const;
119 virtual label
size()
const;
124 return sizeBeforeMapping_;
128 virtual bool direct()
const
static const List< label > & null() noexcept
virtual label sizeBeforeMapping() const
Return size of field before mapping.
virtual const labelListList & addressing() const
Return interpolated addressing.
virtual const scalarListList & weights() const
Return interpolation weights.
virtual bool hasUnmapped() const
Any unmapped values?
virtual const labelUList & directAddressing() const
Return direct addressing.
void operator=(const faEdgeMapper &)=delete
No copy assignment.
virtual label size() const
Return mapper size.
virtual const labelList & insertedObjectLabels() const
Return list of inserted edges.
virtual ~faEdgeMapper()
Destructor.
faEdgeMapper(const faEdgeMapper &)=delete
No copy construct.
virtual bool insertedObjects() const
Are there any inserted edges.
virtual bool direct() const
Is the mapping direct.
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
morphFieldMapper()=default
Default construct.
List< scalarList > scalarListList
List of scalarList.
List< labelList > labelListList
List of labelList.
List< label > labelList
A List of labels.
UList< label > labelUList
A UList of labels.