From 60f5071945ef8fa510310988c6f945474a231ecd Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Tue, 16 Oct 2018 12:16:38 +0200 Subject: [PATCH] Add test hdf5_05 The test hdf5_05 is based on the test hdf5_03 --- tests/base/hdf5_05.cc | 427 ++++++++++++++++++ ...rue.with_complex_values=on.mpirun=4.output | 27 ++ 2 files changed, 454 insertions(+) create mode 100644 tests/base/hdf5_05.cc create mode 100644 tests/base/hdf5_05.with_hdf5=true.with_complex_values=on.mpirun=4.output diff --git a/tests/base/hdf5_05.cc b/tests/base/hdf5_05.cc new file mode 100644 index 0000000000..f773cedec3 --- /dev/null +++ b/tests/base/hdf5_05.cc @@ -0,0 +1,427 @@ +// --------------------------------------------------------------------- +// +// 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 parallel 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