these cases and throw a (catchable) exception if we find any such cells.
git-svn-id: https://svn.dealii.org/trunk@19058
0785d39b-7218-0410-832d-
ea1e28bc413d
for (unsigned int l=0; l<4; ++l)
quad->line(l)->set_boundary_indicator (0);
- // Check that all cells have
- // positive volume. As the input
- // CellData already passed this
- // test we don't really expect
- // negative measures here
- for (typename Triangulation<dim,spacedim>::active_cell_iterator
- cell=triangulation.begin_active(); cell!=triangulation.end(); ++cell)
- Assert(cell->measure()>0, ExcInternalError());
-
///////////////////////////////////////
// now set boundary indicators
// where given
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams