23 "Input mesh the operation will be applied to");
33std::unique_ptr<MeshBase>
36 _input->get_boundary_info().build_node_list_from_side_list();
38 return dynamic_pointer_cast<MeshBase>(
_input);
registerMooseObject("MooseApp", NodeSetsFromSideSetsGenerator)
MeshGenerators are objects that can modify or add to an existing mesh.
static InputParameters validParams()
MeshGenerator for constructing node sets from side sets.
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
static InputParameters validParams()
std::unique_ptr< MeshBase > & _input
Input mesh the operation will be applied to.
NodeSetsFromSideSetsGenerator(const InputParameters ¶meters)