]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix silly bug (took me far too long to find... :-]])
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 8 Jun 1998 17:31:39 +0000 (17:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 8 Jun 1998 17:31:39 +0000 (17:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@389 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/vectors.cc

index b38fe601b44023ad34db60aa72584070cf50d00f..1e886e8725b2d21443c7d6ab8e7e5ebb90b14fc6 100644 (file)
@@ -162,6 +162,7 @@ void VectorTools<dim>::project (const DoFHandler<dim>    &dof,
                                            function, tmp);
 
   constraints.condense (mass_matrix);
+  constraints.condense (tmp);
   MatrixTools<dim>::apply_boundary_values (boundary_values,
                                           mass_matrix, vec, tmp);
 

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.