24 std::unique_ptr<MeshBase>
generate()
override;
BlockToMeshConverterGenerator(const InputParameters ¶meters)
std::unique_ptr< MeshBase > & _input
Mesh that comes from another generator.
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.
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.
MeshGenerators are objects that can modify or add to an existing mesh.