|
Wildmeshing Toolkit
|
#include "multimesh_from_tag.hpp"#include <deque>#include <wmtk/TriMesh.hpp>#include <wmtk/components/utils/get_attributes.hpp>#include <wmtk/io/HDF5Writer.hpp>#include <wmtk/io/MeshReader.hpp>#include <wmtk/simplex/Simplex.hpp>#include <wmtk/simplex/faces_single_dimension.hpp>#include <wmtk/simplex/open_star.hpp>#include <wmtk/utils/Logger.hpp>#include "internal/MultiMeshFromTag.hpp"Go to the source code of this file.
Namespaces | |
| namespace | wmtk |
| namespace | wmtk::components |
Functions | |
| void | wmtk::components::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. | |