10 class RawSimplexCollection;
A meshless implementation of the simplex that just stores an array of ids.
std::vector< int64_t > m_vertices
bool operator==(const RawSimplex &o) const
RawSimplex opposite_face(const int64_t excluded_id)
Get the face opposite to the given vertex.
RawSimplexCollection faces()
Get all faces of the simplex.
int64_t dimension() const
bool operator<(const RawSimplex &o) const
std::vector< Tuple > vertices(const Mesh &m, const Simplex &simplex)