Wildmeshing Toolkit
|
#include "make_unique.hpp"
#include <algorithm>
#include <wmtk/simplex/internal/SimplexEqualFunctor.hpp>
#include <wmtk/simplex/internal/SimplexLessFunctor.hpp>
Go to the source code of this file.
Namespaces | |
namespace | wmtk |
namespace | wmtk::simplex |
namespace | wmtk::simplex::utils |
Functions | |
std::vector< Simplex > | wmtk::simplex::utils::make_unique (const Mesh &m, const std::vector< Simplex > &s) |
std::vector< Tuple > | wmtk::simplex::utils::make_unique_tuples (const Mesh &m, const std::vector< Tuple > &ts, PrimitiveType primitive) |