24 std::unique_ptr<MeshBase>
generate()
override;
Creates a new mesh out of one or more subdomains/blocks from another mesh.
const std::vector< SubdomainName > _target_blocks
Blocks to extract to form a mesh.
static InputParameters validParams()
std::unique_ptr< MeshBase > & _input
Mesh that comes from another generator.
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
MeshGenerators are objects that can modify or add to an existing mesh.
const InputParameters & parameters() const
Get the parameters of the object.