Wildmeshing Toolkit
HomogeneousSimplexLessFunctor.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <wmtk/Mesh.hpp>
6 
7 namespace wmtk::simplex::internal {
9 {
10  const Mesh& m;
12 
14  : m{mm}
15  , primitive_type(pt)
16  {}
17 
18  bool operator()(const Tuple& t0, const Tuple& t1) const
19  {
21  }
22 };
23 } // namespace wmtk::simplex::internal
static bool less(const Mesh &m, const Simplex &s0, const Simplex &s1)
This class is a utility to perform breadth first search on simplices.