]> https://gitweb.dealii.org/ - dealii.git/commitdiff
.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 8 Jun 1998 01:07:22 +0000 (01:07 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 8 Jun 1998 01:07:22 +0000 (01:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@386 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 6c5c03ea0aef07515970b34bccdeffba11ea7f86..b38fe601b44023ad34db60aa72584070cf50d00f 100644 (file)
@@ -158,7 +158,8 @@ void VectorTools<dim>::project (const DoFHandler<dim>    &dof,
   dSMatrix mass_matrix (sparsity);
   dVector tmp (mass_matrix.n());
   MatrixCreator<dim>::create_mass_matrix (dof, fe, boundary, mass_matrix);
-  VectorTools<dim>::create_right_hand_side (dof, fe, q, boundary, function, tmp);
+  VectorTools<dim>::create_right_hand_side (dof, fe, q, boundary,
+                                           function, tmp);
 
   constraints.condense (mass_matrix);
   MatrixTools<dim>::apply_boundary_values (boundary_values,
@@ -172,6 +173,7 @@ void VectorTools<dim>::project (const DoFHandler<dim>    &dof,
 
                                   // solve
   cg (mass_matrix, vec, tmp);
+  
                                   // distribute solution
   constraints.distribute (vec);
 };

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.