BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
hdf5_tools.cpp File Reference
#include "hdf5_tools.hpp"
Include dependency graph for hdf5_tools.cpp:

Namespaces

namespace  belfem
 USER GUIDES:
namespace  belfem::hdf5

Functions

void belfem::hdf5::save_bool_to_file (hid_t &aFileID, const std::string &aLabel, const bool &aValue, herr_t &aStatus)
void belfem::hdf5::load_bool_from_file (hid_t &aFileID, const std::string &aLabel, bool &aValue, herr_t &aStatus)
void belfem::hdf5::save_string_to_file (hid_t &aFileID, const std::string &aLabel, const std::string &aValue, herr_t &aStatus)
void belfem::hdf5::load_string_from_file (hid_t &aFileID, const std::string &aLabel, std::string &aValue, herr_t &aStatus)
hsize_t belfem::hdf5::get_array_size (hid_t &aFileID, const std::string &aLabel)
string belfem::hdf5::create_tree (const Cell< string > &aTree, const string &aLabel)