From f30be1e58a705f3f3f9b77c079eff6f152385d1a Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 9 Jun 2008 15:52:06 +0000 Subject: [PATCH] Suppress small elements. git-svn-id: https://svn.dealii.org/trunk@16279 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/no_flux_04.cc | 5 +++++ 1 file changed, 5 insertions(+) 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); -- 2.39.5