]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add necessary offsets field.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 26 Apr 2006 15:08:26 +0000 (15:08 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 26 Apr 2006 15:08:26 +0000 (15:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@12907 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/hp_dof_handler.h

index 53890e048d70e8ee64eed82fff1ba8706a096189..6b1a7acc35404febb8aeb07cd0001d9b06f5188c 100644 (file)
@@ -1000,9 +1000,28 @@ namespace hp
                                         * Array to store the indices
                                         * for degrees of freedom
                                         * located at vertices.
+                                       *
+                                       * The format used here, in the
+                                       * form of a linked list, is
+                                       * the same as used for the
+                                       * arrays used in the
+                                       * hp::DoFLevel
+                                       * hierarchy. Starting indices
+                                       * into this array are provided
+                                       * by the vertex_dofs_offsets
+                                       * field.
                                         */
       std::vector<unsigned int>      vertex_dofs;
 
+                                      /**
+                                       * For each vertex in the
+                                       * triangulation, store the
+                                       * offset within the
+                                       * vertex_dofs array where the
+                                       * dofs for this vertex start.
+                                       */
+      std::vector<unsigned int>      vertex_dofs_offsets;
+
                                        /**
                                         * Array to store the
                                         * information, if a cell on

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.