]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated function Newton::initialize().
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 31 Dec 2014 18:41:04 +0000 (12:41 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 4 Jan 2015 21:13:46 +0000 (15:13 -0600)
doc/news/changes.h
include/deal.II/algorithms/newton.h
include/deal.II/algorithms/newton.templates.h

index fe2bc47379ea4c4647e5a7bac627e3b56c9cf5fb..f721aa59b34737ece4beac576c163252e2ba4831 100644 (file)
@@ -59,7 +59,8 @@ inconvenience this causes.
   - The version of GridGenerator::parallelogram where the corners are given
     as a rank-2 tensor rather than as an array of points.
   - DataOutBase::create_xdmf_entry with 3 arguments.
-  - ThetaTimestepping::operator().
+  - Algorithms::ThetaTimestepping::operator().
+  - Algorithms::Newton::initialize.
 </ol>
 
   <li> Removed: The config.h file no longer exports HAVE_* definitions.
index d8ec3683ef23d68753210e375c29b8868dc4fa5e..d050ebf847559fab21912c860c52775f09d8c9e3 100644 (file)
@@ -83,11 +83,6 @@ namespace Algorithms
      */
     void parse_parameters (ParameterHandler &param);
 
-    /**
-     * @deprecated Use parse_parameters().
-     */
-    void initialize (ParameterHandler &param) DEAL_II_DEPRECATED;
-
     /**
      * Initialize the pointer data_out for debugging.
      */
index 5ee6dbbfc84f3a8bba4d724094db5ca73bd0dada..fcfc33d822fe3a5e1f68241557cbca07b7175c0e 100644 (file)
@@ -64,13 +64,6 @@ namespace Algorithms
     param.leave_subsection ();
   }
 
-  template <class VECTOR>
-  void
-  Newton<VECTOR>::initialize (ParameterHandler &param)
-  {
-    parse_parameters(param);
-  }
-
   template <class VECTOR>
   void
   Newton<VECTOR>::initialize (OutputOperator<VECTOR> &output)

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.