]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adapt to latest changes.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Dec 1999 08:38:50 +0000 (08:38 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Dec 1999 08:38:50 +0000 (08:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@2060 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/tutorial/chapter-1.elements/condense.html

index 3cbd1b1ac867b78054e0561e2c1c1c8f90fc9387..4954f5cb8fbb868c035aeed09a4b46f84917e303 100644 (file)
@@ -80,7 +80,7 @@ ConstraintMatrix hanging_nodes;
 
 hanging_nodes.clear();
 DoFTools::make_sparsity_pattern(dof_handler, sparsity_pattern);
-dof_handler.make_hanging_nodes_constraints(hanging_nodes);
+DoFTools::make_hanging_nodes_constraints(dof_handler, hanging_nodes);
 hanging_nodes.close();
 hanging_nodes.condense(matrix_structure);
 </code>

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.