Wildmeshing Toolkit
Loading...
Searching...
No Matches
multimesh_from_tag.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <wmtk/Mesh.hpp>
4
5
6namespace wmtk::components {
7
13 std::shared_ptr<Mesh>& mesh_in,
14 attribute::MeshAttributeHandle& substructure_label,
15 int64_t substructure_value);
16
17} // namespace wmtk::components
void multimesh_from_tag(std::shared_ptr< Mesh > &mesh_in, attribute::MeshAttributeHandle &substructure_label, int64_t substructure_value)
Generate a multi-mesh from a mesh with a tag that represents the substructure, the mesh is changed.