SubdomainsDivision(const InputParameters ¶meters)
static InputParameters validParams()
virtual void initialize() override
Set up any data members that would be necessary to obtain the division indices.
Divides the mesh based on the subdomains.
virtual unsigned int divisionIndex(const Point &pt) const override
Return the index of the division to which the point belongs.
std::unordered_map< SubdomainID, unsigned int > _subdomain_ids_to_division_index
Map from subdomain ids to division index. Created on calls to initialize()