Wildmeshing Toolkit
Loading...
Searching...
No Matches
MultiMeshTopologyInvariant.hpp
Go to the documentation of this file.
1#include <wmtk/EdgeMesh.hpp>
2#include "Invariant.hpp"
3
4namespace wmtk {
6{
7public:
8 MultiMeshEdgeTopologyInvariant(const Mesh& parent, const EdgeMesh& child);
9
18 bool before(const simplex::Simplex& t) const override;
19
20private:
22};
23} // namespace wmtk
bool before(const simplex::Simplex &t) const override
check if both the vertices are in the child mesh but the edge itself is not in the child mesh (return...