28 const MeshLib::Mesh& mesh,
29 const std::vector<std::size_t>& removed_element_ids,
30 const std::string& new_mesh_name);
40MeshLib::Mesh*
removeNodes(
const MeshLib::Mesh& mesh,
41 const std::vector<std::size_t>& del_nodes_idx,
42 const std::string& new_mesh_name);
46 std::vector<MeshLib::Element*>
const& elements,
47 std::vector<MeshLib::Node*>
const& nodes);
51 std::vector<MeshLib::Node*>& nodes);