16 #ifndef dealii_grid_reordering_h 17 #define dealii_grid_reordering_h 20 #include <deal.II/base/config.h> 21 #include <deal.II/grid/tria.h> 25 DEAL_II_NAMESPACE_OPEN
32 "The edges of the mesh are not consistently orientable.");
631 template <
int dim,
int spacedim=dim>
651 const bool use_new_style_ordering =
false);
690 DEAL_II_NAMESPACE_CLOSE
static void invert_all_cells_of_negative_grid(const std::vector< Point< spacedim > > &all_vertices, std::vector< CellData< dim > > &original_cells)
#define DeclExceptionMsg(Exception, defaulttext)
static void reorder_cells(std::vector< CellData< dim > > &original_cells, const bool use_new_style_ordering=false)
static ::ExceptionBase & ExcMeshNotOrientable()