static std::vector< std::int32_t > get_simplices(const std::vector< bool > &marked_edges, const std::vector< std::int32_t > &longest_edge, std::int32_t tdim, bool uniform)
Get the subdivision of an original simplex into smaller simplices, for a given set of marked edges,...
Definition: PlazaRefinementND.cpp:490
static mesh::Mesh refine(const mesh::Mesh &mesh, bool redistribute)
Uniform refine, optionally redistributing and optionally calculating the parent-child relation for fa...
Definition: PlazaRefinementND.cpp:448