Wildmeshing Toolkit
Loading...
Searching...
No Matches
consolidate.hpp
Go to the documentation of this file.
1#pragma once
2namespace wmtk {
3class Mesh;
4}
5
6namespace wmtk::multimesh {
7void consolidate(Mesh& m);
8}
void consolidate(Mesh &mesh)