Wildmeshing Toolkit
Loading...
Searching...
No Matches
from_facet_bijection.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace wmtk {
4class Mesh;
5} // namespace wmtk
7
8
9void from_facet_bijection(Mesh& parent, Mesh& child);
10
11}
void from_facet_bijection(Mesh &parent, Mesh &child)