From: Timo Heister Date: Sun, 5 Jul 2015 16:32:38 +0000 (-0400) Subject: test cleanup X-Git-Tag: v8.4.0-rc2~277^2~30 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=584b499d8f9b9ca5e253b89ce3968fbb9dafa644;p=dealii.git test cleanup disable debug printing that fails in release mode (indices not sorted). --- diff --git a/tests/multigrid/transfer_04.cc b/tests/multigrid/transfer_04.cc index 3a2328abfb..f8a53a58f8 100644 --- a/tests/multigrid/transfer_04.cc +++ b/tests/multigrid/transfer_04.cc @@ -143,7 +143,7 @@ void check_fe(FiniteElement &fe) MGTransferPrebuilt transfer(hanging_node_constraints, mg_constrained_dofs); transfer.build_matrices(dofh); - transfer.print_indices(deallog.get_file_stream()); + //transfer.print_indices(deallog.get_file_stream()); MGLevelObject u(0, tr.n_global_levels()-1); for (unsigned int level=u.min_level(); level<=u.max_level(); ++level) @@ -161,6 +161,7 @@ void check_fe(FiniteElement &fe) v.reinit(dofh.locally_owned_dofs(), MPI_COMM_WORLD); v = 0.; transfer.copy_from_mg(dofh, v, u); + hanging_node_constraints.distribute(v); { for (unsigned int i=0;i(1) @@ -136,27 +109,5 @@ DEAL:1::cell=0_4:0320 level_subdomain_id=4294967294 DEAL:1::cell=0_4:0321 level_subdomain_id=4294967294 DEAL:1::cell=0_4:0322 level_subdomain_id=4294967294 DEAL:1::cell=0_4:0323 level_subdomain_id=4294967294 -copy_indices[2] 34 9 -copy_indices[2] 35 10 -copy_indices[2] 36 11 -copy_indices[2] 37 12 -copy_indices[2] 38 13 -copy_indices[2] 39 14 -copy_indices[2] 40 15 -copy_indices[2] 41 16 -copy_indices[2] 42 18 -copy_indices[2] 43 19 -copy_indices[2] 44 17 -copy_indices[2] 45 20 -copy_indices[2] 47 21 -copy_indices[2] 48 22 -copy_indices[2] 49 23 -copy_indices[2] 50 24 -copy_indices[3] 52 26 -copy_indices[3] 55 31 -copy_indices[3] 56 32 -copy_indices[3] 57 33 -copy_indices[3] 59 37 -copy_ito [2] 46 8 DEAL:1::ok