OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
H5_write< T[N1][N2], pid, V > Struct Template Reference

Partial specialization for N=2 2D-Array. More...

Detailed Description

template<typename T, size_t pid, typename V, size_t N1, size_t N2>
struct H5_write< T[N1][N2], pid, V >

Partial specialization for N=2 2D-Array.

Definition at line 187 of file HDF5_XdmfWriter_util.hpp.

#include <HDF5_XdmfWriter_util.hpp>

Static Public Member Functions

static void write (hid_t file_id, const std::string &str, V &v, size_t stop)
 write
 

Member Function Documentation

◆ write()

template<typename T , size_t pid, typename V , size_t N1, size_t N2>
static void H5_write< T[N1][N2], pid, V >::write ( hid_t  file_id,
const std::string &  str,
V &  v,
size_t  stop 
)
inlinestatic

write

Parameters
file_idHDF5 file
strdataset name
vVector containing the information
stopsize to store

Definition at line 198 of file HDF5_XdmfWriter_util.hpp.


The documentation for this struct was generated from the following file: