]> https://gitweb.dealii.org/ - dealii.git/commitdiff
leave some comments and todos
authorTimo Heister <timo.heister@gmail.com>
Wed, 2 Oct 2013 17:51:27 +0000 (17:51 +0000)
committerTimo Heister <timo.heister@gmail.com>
Wed, 2 Oct 2013 17:51:27 +0000 (17:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@31075 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/multigrid/mg_constrained_dofs.h

index 85389cdffaff876851cb59acdc1c1df7b05ede7b..610e0344a49bcaf2b909f9aef3da305450949fc8 100644 (file)
@@ -75,7 +75,7 @@ public:
 
   /**
    * Determine whether a dof index is subject to a boundary
-   * constraint.
+   * constraint. (is on boundary of domain)
    */
   bool is_boundary_index (const unsigned int level,
                           const types::global_dof_index index) const;
@@ -84,6 +84,7 @@ public:
    * Determine whether a dof index is at an edge that is not a
    * refinement edge.
    */
+// TODO: remove
   bool non_refinement_edge_index (const unsigned int level,
                                   const types::global_dof_index index) const;
 
@@ -96,6 +97,7 @@ public:
   /**
    * Determine whether a dof index is at the refinement edge and
    * subject to a boundary constraint .
+   * = is_boundary_index() && at_refinement_edge()
    */
   bool at_refinement_edge_boundary (const unsigned int level,
                                     const types::global_dof_index index) const;
@@ -104,6 +106,7 @@ public:
    * Return the indices of dofs for each level that lie on the
    * boundary of the domain.
    */
+// TODO: remove
   const std::vector<std::set<types::global_dof_index> > &
   get_boundary_indices () const;
 
@@ -111,6 +114,7 @@ public:
    * Return the indices of dofs for each level that lie on the
    * boundary of the domain.
    */
+  // TODO: remove
   const std::vector<std::set<types::global_dof_index> > &
   get_non_refinement_edge_indices () const;
 
@@ -119,6 +123,7 @@ public:
    * refinement edge (i.e. are on faces between cells of this level
    * and cells on the level below).
    */
+  // TODO: remove
   const std::vector<std::vector<bool> > &
   get_refinement_edge_indices () const;
 
@@ -127,6 +132,7 @@ public:
    * intersection of the sets returned by get_boundary_indices() and
    * get_refinement_edge_indices().
    */
+  // TODO: remove
   const std::vector<std::vector<bool> > &
   get_refinement_edge_boundary_indices () const;
 

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.