28 virtual unsigned int divisionIndex(
const Point & pt)
const override;
29 virtual unsigned int divisionIndex(
const Elem & elem)
const override;
Base class for MeshDivision objects.
const InputParameters & parameters() const
Get the parameters of the object.
Divides the mesh based on a nearest-neighbor algorithm applied to the positions from a Positions obje...
static InputParameters validParams()
virtual void initialize() override
Set up any data members that would be necessary to obtain the division indices.
virtual unsigned int divisionIndex(const Point &pt) const override
Return the index of the division to which the point belongs.
const Positions *const _nearest_positions_obj
Positions objects are under the hood Reporters.