]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a comment.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 16 Aug 1998 12:25:38 +0000 (12:25 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 16 Aug 1998 12:25:38 +0000 (12:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@497 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/assembler.cc

index e62d3ef32e7ad2e611bff3abd23a37255fa82ff6..f0763becdb4db8b8d93beef0e677e7975871f36f 100644 (file)
@@ -140,6 +140,12 @@ void Assembler<dim>::assemble (const Equation<dim> &equation) {
                                   // get indices of dofs
   vector<int> dofs (n_dofs);
   get_dof_indices (dofs);
+
+                                  // one could use the
+                                  // #distribute_local_to_global# functions
+                                  // here, but they would require getting the
+                                  // dof indices twice, so we leave it the
+                                  // way it was originally programmed.
   
                                   // distribute cell matrix
   if (assemble_matrix)

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.