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