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
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
virtual bool direct() const
Is the mapping direct.
faEdgeMapper(const faEdgeMapper &)=delete
No copy construct.
virtual const labelUList & directAddressing() const
Return direct addressing.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual const labelListList & addressing() const
Return interpolated addressing.
virtual bool insertedObjects() const
Are there any inserted edges.
Abstract base class to hold the Field mapping for mesh morphs.
virtual const labelList & insertedObjectLabels() const
Return list of inserted edges.
FA edge mapper. Currently, edge-based finite area data is not mapped, but only resized, since edge-based mapping data is not available.
virtual const scalarListList & weights() const
Return interpolation weights.
virtual label sizeBeforeMapping() const
Return size of field before mapping.
void operator=(const faEdgeMapper &)=delete
No copy assignment.
virtual bool hasUnmapped() const
Any unmapped values?
virtual ~faEdgeMapper()
Destructor.
static const List< label > & null() noexcept
Return a null List (reference to a nullObject). Behaves like an empty List.
virtual label size() const
Return mapper size.