Wildmeshing Toolkit
link_condition.hpp File Reference
#include <wmtk/EdgeMesh.hpp>
#include <wmtk/TetMesh.hpp>
#include <wmtk/TriMesh.hpp>
#include "SimplexCollection.hpp"
Include dependency graph for link_condition.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::simplex
 

Functions

bool wmtk::simplex::link_condition (const EdgeMesh &mesh, const Tuple &edge)
 Check if the edge to collapse satisfying the link condition. More...
 
bool wmtk::simplex::link_condition (const TriMesh &mesh, const Tuple &edge)
 
bool wmtk::simplex::link_condition (const TetMesh &mesh, const Tuple &edge)
 
bool wmtk::simplex::link_condition (const Mesh &mesh, const Tuple &edge)