From ab26bfdf8fcc32d83950a55682f70c32ff91843e Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 14 Jan 2013 19:20:28 +0000 Subject: [PATCH] Make run in parallel, this time for sure. git-svn-id: https://svn.dealii.org/trunk@28050 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/constraint_matrix_condense_01.cc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/tests/mpi/constraint_matrix_condense_01.cc b/tests/mpi/constraint_matrix_condense_01.cc index 48c458f890..7a5b921913 100644 --- a/tests/mpi/constraint_matrix_condense_01.cc +++ b/tests/mpi/constraint_matrix_condense_01.cc @@ -50,7 +50,6 @@ void test () ConstraintMatrix constraints (locally_relevant_dofs); constraints.clear(); { - constraints.reinit (locally_relevant_dofs); IndexSet boundary_dofs (dof_handler.n_dofs()); DoFTools::extract_boundary_dofs (dof_handler, std::vector(1,true),boundary_dofs); @@ -59,10 +58,13 @@ void test () while(boundary_dofs.is_element(first_nboundary_dof)) first_nboundary_dof++; - constraints.add_line (first_nboundary_dof); - for (unsigned int i=0; i