]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated function DataOutBase::create_xdmf_entry.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 31 Dec 2014 17:15:15 +0000 (11:15 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 4 Jan 2015 21:13:45 +0000 (15:13 -0600)
doc/news/changes.h
include/deal.II/base/data_out_base.h
source/base/data_out_base.cc

index 872a1d36c8b175371c6b27e3d5452152a8cd2c59..97a953ee5fc06cc91eaa406109ccc99886f78369 100644 (file)
@@ -58,6 +58,7 @@ inconvenience this causes.
   - GridGenerator::laplace_transformation.
   - 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.
 </ol>
 
   <li> Removed: The config.h file no longer exports HAVE_* definitions.
index e47a1328ab339e73373e1d9dba11adb46eb92b2c..6441fce9aa6e7abdde05d7425adb595396004bcb 100644 (file)
@@ -2318,14 +2318,6 @@ public:
    */
   void write_deal_II_intermediate (std::ostream &out) const;
 
-  /**
-   * Create an XDMFEntry based on the data in this DataOutInterface.
-   * @deprecated: use create_xdmf_entry(DataOutFilter, ...) instead
-   */
-  XDMFEntry create_xdmf_entry (const std::string &h5_filename,
-                               const double cur_time,
-                               MPI_Comm comm) const DEAL_II_DEPRECATED;
-
   /**
    * Create an XDMFEntry based on the data in the data_filter. This assumes
    * the mesh and solution data were written to a single file. See
index 8d5de27b44cc4a03f5701dbfb54c5270b005fea1..18027630721c15117e6d0749454045b8152f2082 100644 (file)
@@ -6877,17 +6877,6 @@ write_deal_II_intermediate (std::ostream &out) const
 }
 
 
-template <int dim, int spacedim>
-XDMFEntry DataOutInterface<dim,spacedim>::
-create_xdmf_entry (const std::string &h5_filename, const double cur_time, MPI_Comm comm) const
-{
-  DataOutBase::DataOutFilter  data_filter(DataOutBase::DataOutFilterFlags(false, true));
-  write_filtered_data(data_filter);
-  return create_xdmf_entry(data_filter, h5_filename, cur_time, comm);
-}
-
-
-
 template <int dim, int spacedim>
 XDMFEntry DataOutInterface<dim,spacedim>::
 create_xdmf_entry (const DataOutBase::DataOutFilter &data_filter,

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.