![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
#include <highfive/H5DataSet.hpp>
#include <highfive/H5DataSpace.hpp>
#include <highfive/H5File.hpp>
#include <highfive/H5FileDriver.hpp>
#include <highfive/H5Group.hpp>
#include "mpi_utils.h"
Go to the source code of this file.
Macros | |
#define | DUMP(pfile, data, size) hdump(pfile, #data, data, size) |
#define | LOAD(pfile, data, size) hload(pfile, #data, data, size) |
Functions | |
template<typename T > | |
int | hdump (HighFive::File *pfile, const std::string &name, T *data, const std::size_t &size) |
template<typename T > | |
int | hload (HighFive::File *pfile, const std::string &name, T *data, const std::size_t &size) |
template<typename T > | |
int | hdump_extend (HighFive::File *pfile, const std::string &name, T *data, const std::size_t &size, const int &DIM0, const int &rank) |
template<typename T > | |
int | hload_extend (HighFive::File *pfile, const std::string &name, T *data, const std::size_t &size, const int &DIM0, const int &rank) |
#define DUMP | ( | pfile, | |
data, | |||
size ) hdump(pfile, #data, data, size) |
Definition at line 12 of file hdf5_utils.h.
#define LOAD | ( | pfile, | |
data, | |||
size ) hload(pfile, #data, data, size) |
Definition at line 14 of file hdf5_utils.h.
int hdump | ( | HighFive::File * | pfile, |
const std::string & | name, | ||
T * | data, | ||
const std::size_t & | size ) |
Definition at line 19 of file hdf5_utils.h.
References mpi_nprocs, and mpi_rank.
int hdump_extend | ( | HighFive::File * | pfile, |
const std::string & | name, | ||
T * | data, | ||
const std::size_t & | size, | ||
const int & | DIM0, | ||
const int & | rank ) |
Definition at line 47 of file hdf5_utils.h.
int hload | ( | HighFive::File * | pfile, |
const std::string & | name, | ||
T * | data, | ||
const std::size_t & | size ) |
Definition at line 32 of file hdf5_utils.h.
References mpi_nprocs, and mpi_rank.
int hload_extend | ( | HighFive::File * | pfile, |
const std::string & | name, | ||
T * | data, | ||
const std::size_t & | size, | ||
const int & | DIM0, | ||
const int & | rank ) |
Definition at line 61 of file hdf5_utils.h.