MeshGenerator for defining a Subdomain inside or outside of a bounding box.
const bool _has_restriction
Whether or not we apply the bounding box only for certain subdomains.
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
std::unique_ptr< MeshBase > & _input
MooseEnum _location
ID location (inside of outside of box)
static InputParameters validParams()
subdomain_id_type _block_id
Block ID to assign to the region.
BoundingBox _bounding_box
Bounding box for testing element centroids against.