Wildmeshing Toolkit
Loading...
Searching...
No Matches
link_condition.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <wmtk/EdgeMesh.hpp>
4#include <wmtk/TetMesh.hpp>
5#include <wmtk/TriMesh.hpp>
7
8namespace wmtk::simplex {
16bool link_condition(const EdgeMesh& mesh, const Tuple& edge);
17bool link_condition(const TriMesh& mesh, const Tuple& edge);
18bool link_condition(const TetMesh& mesh, const Tuple& edge);
19bool link_condition(const Mesh& mesh, const Tuple& edge);
20} // namespace wmtk::simplex
bool link_condition(const EdgeMesh &mesh, const Tuple &edge)
Check if the edge to collapse satisfying the link condition.