]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Document deprecations
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 4 Jan 2014 23:40:41 +0000 (23:40 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 4 Jan 2014 23:40:41 +0000 (23:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@32169 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 917dc337711e1120105322445cbed226af1da1de..9d528f1204bf147254ab9b505e614b36bb503ac9 100644 (file)
@@ -110,6 +110,9 @@ public:
   get_boundary_indices () const;
 
   /**
+   * @deprecated Use at_refinement_edge() if possible, else
+   * get_refinement_edge_indices(unsigned int).
+   *
    * Return the indices of dofs for each level that lie on the
    * refinement edge (i.e. are on faces between cells of this level
    * and cells on the level below).
@@ -125,6 +128,9 @@ public:
   get_refinement_edge_indices (unsigned int level) const;
 
   /**
+   * @deprecated Use at_refinement_edge_boundary() if possible, else
+   * use get_refinement_edge_boundary_indices().
+   *
    * Return the indices of dofs for each level that are in the
    * intersection of the sets returned by get_boundary_indices() and
    * get_refinement_edge_indices().
@@ -140,10 +146,12 @@ public:
   get_refinement_edge_boundary_indices (unsigned int level) const;
 
   /**
+   * @deprecated The function is_boundary_index() now returns false if
+   * no boundary values are set.
+   *
    * Return if boundary_indices need to be set or not.
    */
-//TODO: remove?
-  bool set_boundary_values () const;
+  bool set_boundary_values () const DEAL_II_DEPRECATED;
 
 private:
 

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.