From: Wolfgang Bangerth Date: Tue, 26 Jun 2012 14:05:22 +0000 (+0000) Subject: Reduce it to one cell. X-Git-Tag: v8.0.0~2485 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a85caf0d70504c95237fcf69b2faeda214bb91f1;p=dealii.git Reduce it to one cell. git-svn-id: https://svn.dealii.org/trunk@25647 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;