Write an HDF5 dataset in case of scalars and vectors. More...
Write an HDF5 dataset in case of scalars and vectors.
T | type to write |
pid | Property id |
V | Vector containing the information |
Definition at line 130 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 | |
|
inlinestatic |
write
file_id | HDF5 file |
str | dataset name |
v | Vector containing the information |
stop | size to store |
Definition at line 140 of file HDF5_XdmfWriter_util.hpp.