From: bangerth Date: Tue, 26 Jun 2012 14:05:22 +0000 (+0000) Subject: Reduce it to one cell. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca6a57dc66bb9e9e02fba41fc9ad50c16378f0c4;p=dealii-svn.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;