]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adapt to Guido's changes. (Why do I have to make this myself?)
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Dec 1999 08:11:37 +0000 (08:11 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Dec 1999 08:11:37 +0000 (08:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@2021 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/dof/dof_test.cc
tests/big-tests/dof/dof_test.cc

index cfd46b993af97d3aa5d81f8a21df333b4cab3608..011b95ca100c6d56943b81f1a1717776ac197901 100644 (file)
@@ -4,6 +4,7 @@
 
 
 #include <basic/grid_out.h>
+#include <basic/dof_tools.h>
 #include <grid/dof.h>
 #include <grid/tria.h>
 #include <fe/fe_lib.lagrange.h>
@@ -363,7 +364,7 @@ void TestCases<dim>::run (ParameterHandler &prm) {
                               dof->max_couplings_between_dofs());
   
   
-  dof->make_sparsity_pattern (sparsity);
+  DoFTools::make_sparsity_pattern (*dof, sparsity);
   int unconstrained_bandwidth = sparsity.bandwidth();
 
   cout << "    Writing sparsity pattern..." << endl;
index cfd46b993af97d3aa5d81f8a21df333b4cab3608..011b95ca100c6d56943b81f1a1717776ac197901 100644 (file)
@@ -4,6 +4,7 @@
 
 
 #include <basic/grid_out.h>
+#include <basic/dof_tools.h>
 #include <grid/dof.h>
 #include <grid/tria.h>
 #include <fe/fe_lib.lagrange.h>
@@ -363,7 +364,7 @@ void TestCases<dim>::run (ParameterHandler &prm) {
                               dof->max_couplings_between_dofs());
   
   
-  dof->make_sparsity_pattern (sparsity);
+  DoFTools::make_sparsity_pattern (*dof, sparsity);
   int unconstrained_bandwidth = sparsity.bandwidth();
 
   cout << "    Writing 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.