|
BISICLES AMR ice sheet model
0.9
|
Functions | |
| void | last_to_first_resize (Vector< Real > &a_v) |
| void | readV (HDF5Handle &a_handle, Vector< Real > &a_data, const std::string &a_name) |
| void | readAttr (hid_t loc_id, const std::string &a_name, std::string &a_value) |
| void | readStruct (HDF5Handle &a_handle, cfDiagnostic &a_cf_info) |
| void | writeV (HDF5Handle &a_handle, Vector< Real > &a_data, const std::string &a_name) |
| void | writeAttr (hid_t loc_id, const std::string &a_name, const std::string &a_value) |
| void | writeStruct (HDF5Handle &a_handle, const cfDiagnostic &a_cf_info) |
|
inline |
Referenced by DomainDiagnosticData::reset().
| void readAttr | ( | hid_t | loc_id, |
| const std::string & | a_name, | ||
| std::string & | a_value | ||
| ) |
| void readStruct | ( | HDF5Handle & | a_handle, |
| cfDiagnostic & | a_cf_info | ||
| ) |
References cfDiagnostic::data, and cfDiagnostic::short_name.
Referenced by DomainDiagnosticData::read().
| void readV | ( | HDF5Handle & | a_handle, |
| Vector< Real > & | a_data, | ||
| const std::string & | a_name | ||
| ) |
| void writeAttr | ( | hid_t | loc_id, |
| const std::string & | a_name, | ||
| const std::string & | a_value | ||
| ) |
Referenced by writeStruct().
| void writeStruct | ( | HDF5Handle & | a_handle, |
| const cfDiagnostic & | a_cf_info | ||
| ) |
References cfDiagnostic::cf_name, cfDiagnostic::data, cfDiagnostic::long_name, cfDiagnostic::short_name, cfDiagnostic::units, and writeAttr().
Referenced by DomainDiagnosticData::write().
| void writeV | ( | HDF5Handle & | a_handle, |
| Vector< Real > & | a_data, | ||
| const std::string & | a_name | ||
| ) |
1.8.13