Class SimpleTet

Class Documentation

class brille::SimpleTet

Public Functions

SimpleTet(void)
SimpleTet(const Polyhedron &poly, const double max_volume = -1, const bool addGamma = false)
double volume(const ind_t tet) const
double maximum_volume(void) const
ind_t number_of_vertices(void) const
ind_t number_of_tetrahedra(void) const
const bArray<double> &get_vertices(void) const
const bArray<double> &get_vertex_positions(void) const
const bArray<ind_t> &get_vertices_per_tetrahedron(void) const
std::vector<std::array<ind_t, 4>> std_vertices_per_tetrahedron(void) const
std::array<double, 4> circumsphere_info(const ind_t tet) const

Protected Functions

void correct_tetrahedra_vertex_ordering(void)