]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Close the constraint matrix.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Jul 2011 07:45:06 +0000 (07:45 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Jul 2011 07:45:06 +0000 (07:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@23921 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/p4est_3d_constraintmatrix_02.cc

index 84c358bfea358211d8aa308356fe117964ff600f..9df09a63c733023d7894e222fe69cbf78682d076 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2009, 2010 by the deal.II authors
+//    Copyright (C) 2009, 2010, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -87,7 +87,8 @@ void test()
   
   ConstraintMatrix cm(relevant_set);
   DoFTools::make_hanging_node_constraints (dofh, cm);
-
+  cm.close ();
+  
                                   //x.print(std::cout);
   cm.distribute(x);
   x_rel = x;

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.