14 unsigned int refinedCellCounter = 1;
15 while (refinedCellCounter)
17 refinedCellCounter = 0;
20 if (cell->extent_in_direction(0) > 1.5*cell->extent_in_direction(1))
27 if (cell->extent_in_direction(1) > 1.5*cell->extent_in_direction(0))
cell_iterator end() const
virtual void execute_coarsening_and_refinement()
active_cell_iterator begin_active(const unsigned int level=0) const
We collect in this namespace all general BEM utilities.
void remove_mesh_anisotropy(Triangulation< 2, 3 > &tria)