]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove remaining references to NamedData 2005/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 22 Dec 2015 20:19:21 +0000 (15:19 -0500)
committerTimo Heister <timo.heister@gmail.com>
Tue, 22 Dec 2015 20:19:21 +0000 (15:19 -0500)
include/deal.II/algorithms/any_data.h
include/deal.II/algorithms/named_selection.h
include/deal.II/algorithms/newton.h

index b4f9a43fe56e9297f39db36b216c7e7af5be26f3..33bd5632217cf7792b1d90d87f92cec898617888 100644 (file)
@@ -30,8 +30,7 @@ DEAL_II_NAMESPACE_OPEN
 /**
  * Store any amount of any type of data accessible by an identifier string.
  *
- * @todo Deprecate access by index after NamedData has been deprecated for
- * long enough, then change to a map.
+ * @todo GK: Deprecate access to AnyData by index and change to a map.
  */
 class AnyData :
   public Subscriptor
@@ -183,7 +182,7 @@ public:
 
   /**
    * Exception indicating that a function expected a vector to have a certain
-   * name, but NamedData had a different name in that position.
+   * name, but we store a different name in that position.
    */
   DeclException2(ExcNameMismatch, int, std::string,
                  << "Name at position " << arg1 << " is not equal to " << arg2);
index c426e396b1917d4ed976471499b939e8a116904d..8e5b25571a510e7838b75145e7261c363f89974e 100644 (file)
@@ -37,7 +37,7 @@ class NamedSelection
 public:
 
   /**
-   * Add a new name to be searched for in NamedData.
+   * Add a new name to be searched for in @p data supplied in initialize().
    *
    * @note Names will be added to the end of the current list.
    */
index a58d1a9516817c37387cfd54ecf8c7f7919d2c7a..efdc7d8b29ee755db255c04b18849a16b1387776 100644 (file)
@@ -53,7 +53,7 @@ namespace Algorithms
    * objects. All vectors of <tt>in</tt> are forwarded to the inner Operator
    * objects, with additional information added as follows.
    *
-   * When calling (*#residual)(), the NamedData <tt>in</tt> given to the
+   * When calling (*#residual)(), the AnyData <tt>in</tt> given to the
    * Newton iteration is prepended by a vector <tt>"Newton iterate"</tt>, the
    * current value of the Newton iterate, which can be used to evaluate the
    * residual at this point.

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.