]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
account for useless diagonal entry
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Dec 2002 13:52:23 +0000 (13:52 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Dec 2002 13:52:23 +0000 (13:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@6821 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/multigrid.cc

index f745f54f655917c7eec21091c13b9684d41b18fd..77f21ef1be311b30cbe70d1d9b3435037bc72a74 100644 (file)
@@ -199,7 +199,7 @@ void MGTransferBlockBase::build_matrices (
              sizes[level+1][i],
              sizes[level][j],
 //TODO:[GK] Split this by component to save memory
-             dofs_per_cell);
+             dofs_per_cell+1);
          else
            prolongation_sparsities[level].block(i,j).reinit(
              sizes[level+1][i],

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.