From 945a0cdab2abfe685e51896ebc33790aa70369a7 Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 13 Mar 2012 15:40:50 +0000 Subject: [PATCH] remove debug output git-svn-id: https://svn.dealii.org/trunk@25272 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/meshworker/simple.h | 28 ++++++++++++++++----- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/deal.II/include/deal.II/meshworker/simple.h b/deal.II/include/deal.II/meshworker/simple.h index a7b3c6ef85..f3c5e6b4c2 100644 --- a/deal.II/include/deal.II/meshworker/simple.h +++ b/deal.II/include/deal.II/meshworker/simple.h @@ -691,8 +691,7 @@ namespace MeshWorker matrix->add(i1[j], i2[k], M(j,k)); } else - constraints->distribute_local_to_global( - M, i1, i2, *matrix); + constraints->distribute_local_to_global(M, i1, i2, *matrix); } @@ -705,6 +704,12 @@ namespace MeshWorker assemble(info.matrix(0,false).matrix, info.indices, info.indices); else { + for (unsigned int k=0;k template inline void - MatrixSimple::assemble(const DOFINFO& info1, - const DOFINFO& info2) + MatrixSimple::assemble(const DOFINFO& info1, const DOFINFO& info2) { if (local_indices.size() == 0) { @@ -723,8 +727,20 @@ namespace MeshWorker assemble(info2.matrix(0,true).matrix, info2.indices, info1.indices); } else - { - } + for (unsigned int k=0;k