]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Document global_dof_index.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 16 Jun 2013 14:12:24 +0000 (14:12 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 16 Jun 2013 14:12:24 +0000 (14:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@29820 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-3/step-3.cc

index 7d83c5211cd33c79b9f1e7fa75ecfde4e44a0767..ce7a9305fadcca49b76b68f4a281acd4e609a684 100644 (file)
@@ -2,7 +2,7 @@
 
 /*    $Id$       */
 /*                                                                */
-/*    Copyright (C) 1999-2004, 2006-2008, 2010-2012 by the deal.II authors */
+/*    Copyright (C) 1999-2004, 2006-2008, 2010-2013 by the deal.II authors */
 /*                                                                */
 /*    This file is subject to QPL and may not be  distributed     */
 /*    without copyright and license information. Please refer     */
@@ -333,7 +333,8 @@ void Step3::assemble_system ()
   // through dofs_per_cell-1). However, when we transfer the result into the
   // global matrix, we have to know the global numbers of the degrees of
   // freedom. When we query them, we need a scratch (temporary) array for
-  // these numbers:
+  // these numbers (see the discussion at the end of the introduction for
+  // the type, types::global_dof_index, used here):
   std::vector<types::global_dof_index> local_dof_indices (dofs_per_cell);
 
   // Now for the loop over all cells. We have seen before how this works, so

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.