]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not mention update_cell_dof_indices_cache in documentation 14301/head
authorMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 22 Sep 2022 07:30:09 +0000 (09:30 +0200)
committerMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 22 Sep 2022 18:56:50 +0000 (20:56 +0200)
include/deal.II/dofs/dof_accessor.h
include/deal.II/dofs/dof_levels.h

index 715859b142558f762eb1474f27d3ea18ebe1a38e..9d4fb5307a13b75e728097895c586694e60b7bfe 100644 (file)
@@ -2111,10 +2111,6 @@ public:
    */
 
 private:
-  // Make the DoFHandler class a friend so that it can call the
-  // update_cell_dof_indices_cache() function
-  template <int, int>
-  friend class DoFHandler;
   friend struct dealii::internal::DoFCellAccessorImplementation::Implementation;
 };
 
index ec1bdc2be660f1d7d5844335dd4249479336964a..e179c73c953fa9208b3a3aede80722211c9007a3 100644 (file)
@@ -38,16 +38,10 @@ namespace internal
      * Structure for storing degree of freedom information for cells,
      * organized by levels.
      *
-     * We store are cached values for the DoF indices on each cell
-     * in#cell_dof_indices_cache, since this is a frequently requested
-     * operation. The values are set by
-     * DoFCellAccessor::update_cell_dof_indices_cache and are used by
-     * DoFCellAccessor::get_dof_indices.
-     *
-     * Note that vertices are separate from, and in fact have nothing to do
-     * with cells. The indices of degrees of freedom located on vertices
-     * therefore are not stored here, but rather in member variables of the
-     * dealii::DoFHandler class.
+     * Note that vertices use a storage scheme that is entirely separate from
+     * the one used for the cells. The indices of degrees of freedom located
+     * on vertices are therefore not stored here, but rather in member
+     * variables of the dealii::DoFHandler class.
      *
      * The indices of degrees of freedom located on lower dimensional objects,
      * i.e. on lines for 2D and on quads and lines for 3D are treated

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.