23 "Input mesh the operation will be applied to");
32 std::unique_ptr<MeshBase>
35 _input->get_boundary_info().build_side_list_from_node_list();
MeshGenerator for constructing side Sets from node sets.
std::unique_ptr< MeshBase > generate() override
Generate / modify the mesh.
std::unique_ptr< T_DEST, T_DELETER > dynamic_pointer_cast(std::unique_ptr< T_SRC, T_DELETER > &src)
These are reworked from https://stackoverflow.com/a/11003103.
static InputParameters validParams()
registerMooseObject("MooseApp", SideSetsFromNodeSetsGenerator)
std::unique_ptr< MeshBase > & _input
Input mesh the operation will be applied to.
static InputParameters validParams()
SideSetsFromNodeSetsGenerator(const InputParameters ¶meters)
MeshGenerators are objects that can modify or add to an existing mesh.