]> https://gitweb.dealii.org/ - dealii.git/commitdiff
documentation update
authorTimo Heister <timo.heister@gmail.com>
Wed, 21 Oct 2015 17:15:04 +0000 (13:15 -0400)
committerTimo Heister <timo.heister@gmail.com>
Wed, 21 Oct 2015 17:15:04 +0000 (13:15 -0400)
include/deal.II/multigrid/mg_constrained_dofs.h

index 9f58071a3411ee50bc7ec76fa5bcc4554e95a36f..45edc852ed457b6eda985b8bd1c759ff27c5c7f2 100644 (file)
@@ -147,23 +147,26 @@ private:
   std::vector<IndexSet> boundary_indices;
 
   /**
-   * old data structure only filled on demand
+   * Old data structure that is only filled on demand from @p boundary_indices
+   * for deprecated get_boundary_indices().
    */
   mutable std::vector<std::set<types::global_dof_index> > boundary_indices_old;
 
   /**
-   * The degrees of freedom on the refinement edge between a level and coarser
-   * cells.
+   * The degrees of freedom on a given level that live on the refinement edge
+   * between the level and cells on a coarser level.
    */
   std::vector<IndexSet> refinement_edge_indices;
 
   /**
-   * old data structure only filled on demand
+   * Old data structure that is only filled on demand for deprecated
+   * get_refinement_edge_boundary_indices().
    */
   mutable std::vector<std::vector<bool> > refinement_edge_boundary_indices_old;
 
   /**
-   * old data structure only filled on demand
+   * Old data structure that is only filled on demand for deprecated
+   * get_refinement_edge_indices().
    */
   mutable std::vector<std::vector<bool> > refinement_edge_indices_old;
 };

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.