From b8de37528780a80ed8d082aefbc05c453e95d382 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 8 Sep 1998 16:14:25 +0000 Subject: [PATCH] Remove make_constraint_matrix from the multilevel dof, since this can't happen on one level. git-svn-id: https://svn.dealii.org/trunk@591 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/mg_dof_handler.h | 28 ------------------- .../include/multigrid/mg_dof_handler.h | 28 ------------------- 2 files changed, 56 deletions(-) diff --git a/deal.II/deal.II/include/dofs/mg_dof_handler.h b/deal.II/deal.II/include/dofs/mg_dof_handler.h index 13cb03c54f..4b43a07af8 100644 --- a/deal.II/deal.II/include/dofs/mg_dof_handler.h +++ b/deal.II/deal.II/include/dofs/mg_dof_handler.h @@ -179,34 +179,6 @@ class MGDoFHandler : public DoFHandler { void make_sparsity_pattern (const unsigned int level, dSMatrixStruct &sparsity) const; - /** - * Make up the constraint matrix which - * is used to condensate the - * system matrices and to prolong - * the solution vectors from the true - * degrees of freedom also to the - * constraint nodes. The constraints - * apply only to the given level. - * - * Since this method does not make sense in - * one dimension, the functions returns - * immediately after clearing the - * constraint matrix. - * For more than one dimension, the matrix - * is cleared before usage. The constraint - * matrix is closed anyway, no matter of the - * dimension. - * - * To condense a given sparsity pattern, - * use #ConstraintMatrix::condense#. - * - * This function uses the user flags for - * the faces. If you need the user flags, - * store them beforehand. - */ - void make_constraint_matrix (const unsigned int level, - ConstraintMatrix &cm) const; - /*--------------------------------------*/ /** diff --git a/deal.II/deal.II/include/multigrid/mg_dof_handler.h b/deal.II/deal.II/include/multigrid/mg_dof_handler.h index 13cb03c54f..4b43a07af8 100644 --- a/deal.II/deal.II/include/multigrid/mg_dof_handler.h +++ b/deal.II/deal.II/include/multigrid/mg_dof_handler.h @@ -179,34 +179,6 @@ class MGDoFHandler : public DoFHandler { void make_sparsity_pattern (const unsigned int level, dSMatrixStruct &sparsity) const; - /** - * Make up the constraint matrix which - * is used to condensate the - * system matrices and to prolong - * the solution vectors from the true - * degrees of freedom also to the - * constraint nodes. The constraints - * apply only to the given level. - * - * Since this method does not make sense in - * one dimension, the functions returns - * immediately after clearing the - * constraint matrix. - * For more than one dimension, the matrix - * is cleared before usage. The constraint - * matrix is closed anyway, no matter of the - * dimension. - * - * To condense a given sparsity pattern, - * use #ConstraintMatrix::condense#. - * - * This function uses the user flags for - * the faces. If you need the user flags, - * store them beforehand. - */ - void make_constraint_matrix (const unsigned int level, - ConstraintMatrix &cm) const; - /*--------------------------------------*/ /** -- 2.39.5