From 484a45b907ffc45cb0d3f81bcb109fe3d07bede1 Mon Sep 17 00:00:00 2001 From: hinder Date: Mon, 3 Jan 2011 18:50:53 +0000 Subject: Add HDF5 output support One HDF5 file per variable, and one extensible dataset per radius per mode. HDF5 is required only optionally, so this thorn can be compiled without it. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Multipole/trunk@74 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843 --- src/utils.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/utils.hh') diff --git a/src/utils.hh b/src/utils.hh index 51c76a7..7d10e8b 100644 --- a/src/utils.hh +++ b/src/utils.hh @@ -20,6 +20,9 @@ void Multipole_Output1D(CCTK_ARGUMENTS, const string &name, int array_size, void Multipole_OutputComplexToFile(CCTK_ARGUMENTS, const string &name, CCTK_REAL redata, CCTK_REAL imdata); +void Multipole_OutputComplexToH5File(CCTK_ARGUMENTS, const string &filename, const string &dataset, + CCTK_REAL redata, CCTK_REAL imdata); + void Multipole_CoordSetup(int ntheta, int nphi, CCTK_REAL xhat[], CCTK_REAL yhat[], CCTK_REAL zhat[], CCTK_REAL th[], -- cgit v1.2.3