]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated function Algorithms::ThetaTimestepping::initialize.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 2 Jan 2015 19:01:21 +0000 (13:01 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 4 Jan 2015 21:13:47 +0000 (15:13 -0600)
doc/news/changes.h
include/deal.II/algorithms/theta_timestepping.h
include/deal.II/algorithms/theta_timestepping.templates.h

index 2e041efdba55287d570b791d747e788098f62f20..4df445fbee10c1e2a526c808e56097c19cc58aa8 100644 (file)
@@ -60,6 +60,7 @@ inconvenience this causes.
     as a rank-2 tensor rather than as an array of points.
   - DataOutBase::create_xdmf_entry with 3 arguments.
   - Algorithms::ThetaTimestepping::operator().
+  - Algorithms::ThetaTimestepping::initialize.
   - Algorithms::Newton::initialize.
   - MGLevelObject::get_minlevel and MGLevelObject::get_maxlevel.
   - The versions of FunctionParser::initialize that took a
index 04a930c9ea6185a8268c4c198eeecfa67fe76a4b..04904cd43d205567285f2fe6711086461513c1ae 100644 (file)
@@ -232,10 +232,6 @@ namespace Algorithms
      */
     void parse_parameters (ParameterHandler &param);
 
-    /**
-     * @deprecated Use parse_parameters().
-     */
-    void initialize (ParameterHandler &param) DEAL_II_DEPRECATED;
     /**
      * The current time in the timestepping scheme.
      */
index f53557bfa75afe88bbc0d42d6f42f937576bfc2a..8b498ec63e657cf0b606e78a5bce4e3f2a5c75e8 100644 (file)
@@ -60,14 +60,6 @@ namespace Algorithms
   }
 
 
-  template <class VECTOR>
-  void
-  ThetaTimestepping<VECTOR>::initialize (ParameterHandler &param)
-  {
-    parse_parameters(param);
-  }
-
-
   template <class VECTOR>
   void
   ThetaTimestepping<VECTOR>::operator() (AnyData &out, const AnyData &in)

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.