37 #ifndef cellPointLagrangianAddressor_H
38 #define cellPointLagrangianAddressor_H
60 cellPointLagrangianAddressor
96 TypeName(
"cellPointLagrangianAddressor");
A packed storage unstructured matrix of objects of type <T> using an offset table for access.
Templated abstract base-class for demand-driven mesh objects used to automate their allocation to the...
const polyMesh & mesh() const
Helper class for the cell-point Lagrangian accumulation scheme. This is a mesh object in order to pro...
virtual bool movePoints()
Update for mesh motion.
void operator=(const cellPointLagrangianAddressor &)=delete
Disallow default bitwise assignment.
cellPointLagrangianAddressor(const polyMesh &mesh)
Construct from mesh.
TypeName("cellPointLagrangianAddressor")
Runtime type information.
~cellPointLagrangianAddressor()
Destructor.
void sync(labelList &pointIndex, DynamicList< label > &indexPoint) const
Synchronise the identified set of points.
Mesh consisting of general polyhedral cells.