Wildmeshing Toolkit
Loading...
Searching...
No Matches
check_map_valid.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace wmtk {
4class Mesh;
5namespace multimesh {
6class MultiMeshManager;
7}
8} // namespace wmtk
9
10namespace wmtk::multimesh::utils {
11
12bool check_maps_valid(const Mesh& m);
13
14bool check_child_maps_valid(const Mesh& m);
15bool check_parent_map_valid(const Mesh& m);
16} // namespace wmtk::multimesh::utils
std::pair< std::shared_ptr< Mesh >, std::shared_ptr< Mesh > > multimesh(const MultiMeshType &type, Mesh &parent, std::shared_ptr< Mesh > child, const attribute::MeshAttributeHandle parent_position_handle, const std::string &tag_name, const int64_t tag_value, const int64_t primitive)
Definition multimesh.cpp:15
bool check_child_maps_valid(const Mesh &m)
bool check_parent_map_valid(const Mesh &m)
bool check_maps_valid(const Mesh &m)