Wildmeshing Toolkit
boundary.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
SimplexCollection.hpp
"
4
5
namespace
wmtk::simplex
{
23
SimplexCollection
24
boundary
(
const
Mesh& mesh,
const
Simplex& simplex,
const
bool
sort_and_clean =
true
);
25
26
std::vector<Tuple>
boundary_tuples
(
const
Mesh& mesh,
const
Simplex& simplex);
27
std::vector<Tuple>
boundary_tuples
(
const
Mesh& mesh,
const
Tuple& t,
PrimitiveType
pt);
28
}
// namespace wmtk::simplex
SimplexCollection.hpp
wmtk::simplex
Definition:
Cell.hpp:7
wmtk::simplex::boundary_tuples
std::vector< Tuple > boundary_tuples(const Mesh &m, const Tuple &t, PrimitiveType pt)
Definition:
boundary.cpp:7
wmtk::simplex::boundary
SimplexCollection boundary(const Mesh &mesh, const Simplex &simplex, const bool sort_and_clean)
Returns all boundary simplices of a simplex.
Definition:
boundary.cpp:44
wmtk::PrimitiveType
PrimitiveType
Definition:
PrimitiveType.hpp:9
src
wmtk
simplex
boundary.hpp
Generated by
1.9.1