24 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.
Take an input mesh and repeat it in the x,y and z directions.
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
static InputParameters validParams()
Real _x_width
The mesh width in the x, y and z directions.
std::unique_ptr< MeshBase > & _input
Mesh that possibly comes from another generator.