From f0eff6990ae9dffc206b139df671cab12eeb57ef Mon Sep 17 00:00:00 2001 From: kronbichler Date: Thu, 5 Dec 2013 10:45:13 +0000 Subject: [PATCH] Avoid cycles in constraint. git-svn-id: https://svn.dealii.org/trunk@31897 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/assemble_matrix_parallel_04.cc | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/tests/deal.II/assemble_matrix_parallel_04.cc b/tests/deal.II/assemble_matrix_parallel_04.cc index 9c4d594fbd..4713c3c936 100644 --- a/tests/deal.II/assemble_matrix_parallel_04.cc +++ b/tests/deal.II/assemble_matrix_parallel_04.cc @@ -264,14 +264,21 @@ void LaplaceProblem::setup_system () constraints.clear (); - // add a constraint that expands over most of the domain, which should - // create many conflicts - constraints.add_line(3); - for (unsigned int i=5; i