From ca6a57dc66bb9e9e02fba41fc9ad50c16378f0c4 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 26 Jun 2012 14:05:22 +0000 Subject: [PATCH] Reduce it to one cell. git-svn-id: https://svn.dealii.org/trunk@25647 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/no_flux_10.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/deal.II/no_flux_10.cc b/tests/deal.II/no_flux_10.cc index d06a73394b..39ed06e0d8 100644 --- a/tests/deal.II/no_flux_10.cc +++ b/tests/deal.II/no_flux_10.cc @@ -233,8 +233,6 @@ void run() triangulation.set_boundary (0, boundary); triangulation.set_boundary (1, boundary); - triangulation.refine_global(2); - dof_handler.distribute_dofs (fe); std::set no_normal_flux_boundaries; -- 2.39.5