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