From: Daniel Garcia-Sanchez Date: Tue, 30 Oct 2018 16:52:26 +0000 (+0100) Subject: Add test hdf5_06 X-Git-Tag: v9.1.0-rc1~453^2~16 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0923561a51e07572ca9e4b8121ea1c791bb360b0;p=dealii.git Add test hdf5_06 The test hdf5_06 is the serial version of hdf5_05 --- diff --git a/tests/base/hdf5_06.cc b/tests/base/hdf5_06.cc new file mode 100644 index 0000000000..8bde20374a --- /dev/null +++ b/tests/base/hdf5_06.cc @@ -0,0 +1,1363 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2015 - 2018 by the deal.II Authors +// +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- + +// Read/write tests with serial HDF5. This tests different hyperslab shapes with +// different ranks. + +#include +#include + +#include +#include + +#include +#include + +#include + +#include "../tests.h" + +// This function initializes a container of Number type +template