BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
belfem::HDF5 Member List

This is the complete list of members for belfem::HDF5, including all inherited members.

active_group() constbelfem::HDF5
close()belfem::HDF5
close_active_group()belfem::HDF5
close_tree()belfem::HDF5
create_group(const string &aLabel)belfem::HDF5
create_group(const string &aLabel, const hid_t aParent)belfem::HDF5
HDF5(const string &aPath, const enum FileMode aMode=FileMode::NEW, const bool aParallelMode=false)belfem::HDF5
load_data(const string &aLabel, string &aValue)belfem::HDF5
load_data(const string &aLabel, bool &aValue)belfem::HDF5
load_data(const string &aLabel, sint &aValue)belfem::HDF5
load_data(const string &aLabel, uint &aValue)belfem::HDF5
load_data(const string &aLabel, luint &aValue)belfem::HDF5
load_data(const string &aLabel, lluint &aValue)belfem::HDF5
load_data(const string &aLabel, real &aValue)belfem::HDF5
load_data(const string &aLabel, Cell< T > &aCell)belfem::HDF5inline
load_data(const string &aLabel, Vector< T > &aVector)belfem::HDF5inline
load_data(const string &aLabel, Matrix< T > &aMatrix, const bool aTranspose=false)belfem::HDF5inline
load_data(const string &aLabel, T *aArray, const index_t aMemorySize)belfem::HDF5inline
load_data(const string &aLabel, Cell< string > &aCell)belfem::HDF5inline
save_data(const string &aLabel, const string &aValue)belfem::HDF5
save_data(const string &aLabel, const char *aValue)belfem::HDF5
save_data(const string &aLabel, const sint &aValue)belfem::HDF5
save_data(const string &aLabel, const uint &aValue)belfem::HDF5
save_data(const string &aLabel, const luint &aValue)belfem::HDF5
save_data(const string &aLabel, const lluint &aValue)belfem::HDF5
save_data(const string &aLabel, const real &aValue)belfem::HDF5
save_data(const string &aLabel, const bool &aValue)belfem::HDF5
save_data(const string &aLabel, const Cell< T > &aCell)belfem::HDF5inline
save_data(const string &aLabel, const Vector< T > &aVector)belfem::HDF5inline
save_data(const string &aLabel, const Matrix< T > &aMatrix, const bool aTranspose=false)belfem::HDF5inline
save_data(const string &aLabel, const T *aArray, const index_t aMemorySize)belfem::HDF5inline
save_data(const string &aLabel, const Cell< string > &aCell)belfem::HDF5inline
select_group(const string &aLabel)belfem::HDF5
status()belfem::HDF5
tree() constbelfem::HDF5
~HDF5()belfem::HDF5