28 std::unique_ptr<MeshBase>
generate()
override;
MeshGenerators are objects that can modify or add to an existing mesh.
const InputParameters & parameters() const
Get the parameters of the object.
Meshes a region bounded by input curves with quadrilaterals in one step, by chaining the generators o...
static InputParameters validParams()
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
std::unique_ptr< MeshBase > * _build_mesh
Mesh of the final sub-generator of the chain, which is the mesh this generator produces.