From: bangerth Date: Mon, 9 Jun 2008 15:52:06 +0000 (+0000) Subject: Suppress small elements. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f30be1e58a705f3f3f9b77c079eff6f152385d1a;p=dealii-svn.git Suppress small elements. git-svn-id: https://svn.dealii.org/trunk@16279 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/no_flux_04.cc b/tests/deal.II/no_flux_04.cc index 970524333b..fea281aaed 100644 --- a/tests/deal.II/no_flux_04.cc +++ b/tests/deal.II/no_flux_04.cc @@ -93,6 +93,11 @@ void test (const Triangulation& tr, cm.distribute (v); + // remove small entries + for (unsigned int i=0; i data_out; data_out.attach_dof_handler (dh);