tria.begin_active();
c != tria.end();
++c, ++index)
- for (const unsigned int i : GeometryInfo<dim>::vertex_indices())
+ for (const unsigned int i : c->vertex_indices())
hash += (index * i * c->vertex_index(i)) % (tria.n_active_cells() + 1);
deallog << hash << std::endl;
}
for (Triangulation<dim>::active_cell_iterator c = tria.begin_active();
c != tria.end();
++c, ++index)
- for (const unsigned int i : GeometryInfo<dim>::vertex_indices())
+ for (const unsigned int i : c->vertex_indices())
hash += (index * i * c->vertex_index(i)) % (tria.n_active_cells() + 1);
deallog << " hash=" << hash << std::endl;
}
for (Triangulation<dim>::active_cell_iterator c = tria.begin_active();
c != tria.end();
++c, ++index)
- for (const unsigned int i : GeometryInfo<dim>::vertex_indices())
+ for (const unsigned int i : c->vertex_indices())
hash += (index * i * c->vertex_index(i)) % (tria.n_active_cells() + 1);
deallog << " hash=" << hash << std::endl;
tria.begin_active();
c != tria.end();
++c, ++index)
- for (const unsigned int i : GeometryInfo<dim>::vertex_indices())
+ for (const unsigned int i : c->vertex_indices())
hash += (index * i * c->vertex_index(i)) % (tria.n_active_cells() + 1);
deallog << " hash=" << hash << std::endl;
}
tria.begin_active();
c != tria.end();
++c, ++index)
- for (const unsigned int i : GeometryInfo<dim>::vertex_indices())
+ for (const unsigned int i : c->vertex_indices())
hash += (index * i * c->vertex_index(i)) % (tria.n_active_cells() + 1);
deallog << " hash=" << hash << std::endl;
tria.begin_active();
c != tria.end();
++c, ++index)
- for (const unsigned int i : GeometryInfo<dim>::vertex_indices())
+ for (const unsigned int i : c->vertex_indices())
hash += (index * i * c->vertex_index(i)) % (tria.n_active_cells() + 1);
deallog << " hash=" << hash << std::endl;
}
{
AssertThrow(cell_v2->material_id() == cell_v4->material_id(),
ExcInternalError());
- for (const unsigned int i : GeometryInfo<dim>::vertex_indices())
+ for (const unsigned int i : cell_v2->vertex_indices())
{
AssertThrow((cell_v2->vertex(i) - cell_v4->vertex(i)).norm() < 1.e-10,
ExcInternalError());
{
AssertThrow(cell_v2->material_id() == cell_v41->material_id(),
ExcInternalError());
- for (const unsigned int i : GeometryInfo<dim>::vertex_indices())
+ for (const unsigned int i : cell_v2->vertex_indices())
{
AssertThrow((cell_v2->vertex(i) - cell_v41->vertex(i)).norm() <
1.e-10,