]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Changelog entry 7020/head
authorDaniel Garcia-Sanchez <daniel.garcia-sanchez@insp.upmc.fr>
Wed, 9 Jan 2019 18:38:53 +0000 (19:38 +0100)
committerDaniel Garcia-Sanchez <daniel.garcia-sanchez@insp.upmc.fr>
Wed, 9 Jan 2019 18:38:53 +0000 (19:38 +0100)
doc/news/changes/major/20190108DanielGarcia-Sanchez [new file with mode: 0644]
include/deal.II/base/hdf5.h

diff --git a/doc/news/changes/major/20190108DanielGarcia-Sanchez b/doc/news/changes/major/20190108DanielGarcia-Sanchez
new file mode 100644 (file)
index 0000000..587aba4
--- /dev/null
@@ -0,0 +1,7 @@
+New: A new HDF5 interface has been added. The Hierarchical Data Format (HDF) is
+a cross platform and a high I/O performance format designed to store large
+amounts of data. It supports serial and MPI I/O access. The deal.II's HDF5
+interface can be used to write and read data, such the results of a simulation,
+in a HDF5 file.
+<br>
+(Daniel Garcia-Sanchez, 2019/01/09)
index 15769c1d7876ec1f052ba90573f2cc588917c9f4..a036daa425282bc51c18d2adb5b4e9469ba28019 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2018 by the deal.II authors
+// Copyright (C) 2018 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -301,7 +301,7 @@ DEAL_II_NAMESPACE_OPEN
  * concurrency. To achieve high parallel performance with HDF5, we advice to use
  * HDF5 with MPI.
  *
- * @author Daniel Garcia-Sanchez, 2018
+ * @author Daniel Garcia-Sanchez, 2018, 2019.
  */
 // clang-format on
 namespace HDF5
@@ -309,7 +309,7 @@ namespace HDF5
   /**
    * Base class for the HDF5 objects.
    *
-   * @author Daniel Garcia-Sanchez, 2018
+   * @author Daniel Garcia-Sanchez, 2018, 2019.
    */
   class HDF5Object
   {
@@ -387,7 +387,7 @@ namespace HDF5
   /**
    * This class implements an HDF5 DataSet.
    *
-   * @author Daniel Garcia-Sanchez, 2018
+   * @author Daniel Garcia-Sanchez, 2018, 2019.
    */
   class DataSet : public HDF5Object
   {
@@ -933,7 +933,7 @@ namespace HDF5
   /**
    * This class implements an HDF5 Group
    *
-   * @author Daniel Garcia-Sanchez, 2018
+   * @author Daniel Garcia-Sanchez, 2018,2019.
    */
   class Group : public HDF5Object
   {
@@ -1032,7 +1032,7 @@ namespace HDF5
   /**
    * This class implements an HDF5 File
    *
-   * @author Daniel Garcia-Sanchez, 2018
+   * @author Daniel Garcia-Sanchez, 2018, 2019.
    */
   class File : public Group
   {

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.