44 {0, 1, 5, 4, 2, 3, 7, 6}};
60 for (
auto &cell : cells)
69 for (
auto &cell : cells)
100 for (
auto &cell : cells)
112template <
int dim,
int spacedim>
118 ExcMessage(
"List of elements to orient must have at least one cell"));
static void reorder_cells(std::vector< CellData< dim > > &original_cells, const bool use_new_style_ordering=false)
static void invert_all_cells_of_negative_grid(const std::vector< Point< spacedim > > &all_vertices, std::vector< CellData< dim > > &original_cells, const bool use_new_style_ordering=false)
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
static ::ExceptionBase & ExcNotImplemented()
#define Assert(cond, exc)
static ::ExceptionBase & ExcMessage(std::string arg1)
void swap(SmartPointer< T, P > &t1, SmartPointer< T, Q > &t2)