Wildmeshing Toolkit
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
>
6
#include "
SimplexCollection.hpp
"
7
8
namespace
wmtk::simplex
{
16
bool
link_condition
(
const
EdgeMesh& mesh,
const
Tuple& edge);
17
bool
link_condition
(
const
TriMesh& mesh,
const
Tuple& edge);
18
bool
link_condition
(
const
TetMesh& mesh,
const
Tuple& edge);
19
bool
link_condition
(
const
Mesh& mesh,
const
Tuple& edge);
20
}
// namespace wmtk::simplex
EdgeMesh.hpp
SimplexCollection.hpp
TetMesh.hpp
TriMesh.hpp
wmtk::simplex
Definition:
Cell.hpp:7
wmtk::simplex::link_condition
bool link_condition(const EdgeMesh &mesh, const Tuple &edge)
Check if the edge to collapse satisfying the link condition.
Definition:
link_condition.cpp:43
src
wmtk
simplex
link_condition.hpp
Generated by
1.9.1