]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove use of non-existent function.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 9 Sep 1998 19:01:12 +0000 (19:01 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 9 Sep 1998 19:01:12 +0000 (19:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@595 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/mg_dof_handler.cc
deal.II/deal.II/source/multigrid/mg_dof_handler.cc

index 942ed376134f0615ab09a66463e4fa9e042fb598..c1ce677a99cc40215dde75fe3be2ba364be5d8df 100644 (file)
@@ -1026,21 +1026,14 @@ void MGDoFHandler<dim>::make_sparsity_pattern (const unsigned int  level,
 
 
 
+
 template <int dim>
 void MGDoFHandler<dim>::renumber_dofs (const unsigned int      level,
                                       const RenumberingMethod method,
-                                      const bool              use_constraints,
                                       const vector<int>      &starting_points) {
                                   // make the connection graph
   dSMatrixStruct sparsity (n_dofs(level), max_couplings_between_dofs());
   make_sparsity_pattern (level, sparsity);
-
-  if (use_constraints) 
-    {
-      ConstraintMatrix constraints;
-      make_constraint_matrix (level, constraints);
-      constraints.condense (sparsity);
-    };
     
   int n_dofs = sparsity.n_rows();
                                   // store the new dof numbers; -1 means
index 942ed376134f0615ab09a66463e4fa9e042fb598..c1ce677a99cc40215dde75fe3be2ba364be5d8df 100644 (file)
@@ -1026,21 +1026,14 @@ void MGDoFHandler<dim>::make_sparsity_pattern (const unsigned int  level,
 
 
 
+
 template <int dim>
 void MGDoFHandler<dim>::renumber_dofs (const unsigned int      level,
                                       const RenumberingMethod method,
-                                      const bool              use_constraints,
                                       const vector<int>      &starting_points) {
                                   // make the connection graph
   dSMatrixStruct sparsity (n_dofs(level), max_couplings_between_dofs());
   make_sparsity_pattern (level, sparsity);
-
-  if (use_constraints) 
-    {
-      ConstraintMatrix constraints;
-      make_constraint_matrix (level, constraints);
-      constraints.condense (sparsity);
-    };
     
   int n_dofs = sparsity.n_rows();
                                   // store the new dof numbers; -1 means

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.