From: Wolfgang Bangerth Date: Sun, 16 Aug 1998 12:25:38 +0000 (+0000) Subject: Add a comment. X-Git-Tag: v8.0.0~22757 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b49a404f1d53ca60e15787339f9bb6a212e32af0;p=dealii.git Add a comment. git-svn-id: https://svn.dealii.org/trunk@497 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/assembler.cc b/deal.II/deal.II/source/numerics/assembler.cc index e62d3ef32e..f0763becdb 100644 --- a/deal.II/deal.II/source/numerics/assembler.cc +++ b/deal.II/deal.II/source/numerics/assembler.cc @@ -140,6 +140,12 @@ void Assembler::assemble (const Equation &equation) { // get indices of dofs vector 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)