]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add comment.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 12 May 2000 13:54:08 +0000 (13:54 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 12 May 2000 13:54:08 +0000 (13:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@2847 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_tools.cc

index a785baafb7e9451bcdfec950f0cce1d27c862892..42a8edc3ac15d7ef106779bcb0135ce199c77a7c 100644 (file)
@@ -1311,17 +1311,25 @@ DoFTools::compute_intergrid_constraints (const DoFHandler<dim>              &coa
 #endif
 
 
-                                  // now we know that the weights in each
-                                  // row constitute a constraint. enter this
-                                  // into the constraints object
+                                  // now we know that the weights in
+                                  // each row constitute a
+                                  // constraint. enter this into the
+                                  // constraints object
                                   //
-                                  // first task: for each parameter dof on
-                                  // the parameter grid, find a representant
-                                  // on the fine, global grid. this is
-                                  // possible since we use conforming
-                                  // finite element. we take this representant
-                                  // to be the first element in this row with
-                                  // weight identical to one
+                                  // first task: for each parameter
+                                  // dof on the parameter grid, find
+                                  // a representant on the fine,
+                                  // global grid. this is possible
+                                  // since we use conforming finite
+                                  // element. we take this
+                                  // representant to be the first
+                                  // element in this row with weight
+                                  // identical to one. the
+                                  // representant will become an
+                                  // unconstrained degree of freedom,
+                                  // while all others will be
+                                  // constrained to this dof (and
+                                  // possibly others)
   vector<int> representants(weights.m(), -1);
   for (unsigned int parameter_dof=0; parameter_dof<weights.m(); ++parameter_dof)
     {

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.