PhyStar  v0.0.0 thu24
IODataType.hpp File Reference
#include <string>
#include <vector>
#include <complex>
#include <algorithm>
#include "hdf5.h"
Include dependency graph for IODataType.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  fileio::IOPData< N_real, T_real, N_int, T_int >
 

Namespaces

 fileio
 

Typedefs

using fileio::IOPData3DBasicD = IOPData< 16, double, 3, unsigned int >
 
using fileio::IOPData2DBasicD = IOPData< 9, double, 3, unsigned int >
 
using fileio::IOPData3DOnlyFluidD = IOPData< 12, double, 3, unsigned int >
 
using fileio::IOPData2DOnlyFluidD = IOPData< 6, double, 3, unsigned int >
 

Functions

template<typename T_real = double>
static auto fileio::CreateComplexCompound ()
 
static void fileio::DestroyCompound (hid_t mytypeid)
 
static auto fileio::CreatePointParticleCompound (auto &pdata)