]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove make_constraint_matrix from the multilevel dof, since this can't happen on...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Sep 1998 16:14:25 +0000 (16:14 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Sep 1998 16:14:25 +0000 (16:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@591 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/mg_dof_handler.h
deal.II/deal.II/include/multigrid/mg_dof_handler.h

index 13cb03c54f23db1a4d9609725412ae3f213d9547..4b43a07af82ff797cb1597b066e46c60f08f61b2 100644 (file)
@@ -179,34 +179,6 @@ class MGDoFHandler : public DoFHandler<dim> {
     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;
-
                                     /*--------------------------------------*/
     
                                     /**
index 13cb03c54f23db1a4d9609725412ae3f213d9547..4b43a07af82ff797cb1597b066e46c60f08f61b2 100644 (file)
@@ -179,34 +179,6 @@ class MGDoFHandler : public DoFHandler<dim> {
     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;
-
                                     /*--------------------------------------*/
     
                                     /**

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.