]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Rename make_constraint_matrix to make_hanging_node_constraints.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 19 Apr 1999 11:47:15 +0000 (11:47 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 19 Apr 1999 11:47:15 +0000 (11:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@1176 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/constraints.cc
tests/deal.II/dof_test.cc

index d343a4f0510a55159468292e112034d0ee7e070b..fa1c70b0785f6d2a5329138464dcb680b4cb2fff 100644 (file)
@@ -261,7 +261,8 @@ int main () {
          dof.distribute_dofs (*fe);
       
          ConstraintMatrix constraints;
-         dof.make_constraint_matrix (constraints);
+         dof.make_hanging_node_constraints (constraints);
+         constraints.close ();
       
          constraints.print (cout);
       
index f10cfb5a18be8f6ea90f81274272bbfcb704b34f..f73b99509bf8051741677e9b48782f56018cfb5c 100644 (file)
@@ -304,7 +304,8 @@ void TestCases<dim>::run (const unsigned int test_case) {
                                   // computing constraints
   cout << "    Computing constraints..." << endl;
   ConstraintMatrix constraints;
-  dof->make_constraint_matrix (constraints);
+  dof->make_hanging_node_constraints (constraints);
+  constraints.close ();
   constraints.condense (sparsity);
   
   cout << "    Writing condensed sparsity pattern..." << endl;

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.