25 std::unique_ptr<MeshBase>
generate()
override;
static InputParameters validParams()
MeshGenerator for constructing node sets from side sets.
NodeSetsFromSideSetsGenerator(const InputParameters ¶meters)
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
const InputParameters & parameters() const
Get the parameters of the object.
std::unique_ptr< MeshBase > & _input
Input mesh the operation will be applied to.
MeshGenerators are objects that can modify or add to an existing mesh.