BISICLES AMR ice sheet model  0.9
Functions
DomainDiagnosticData.cpp File Reference

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)
 

Function Documentation

◆ last_to_first_resize()

void last_to_first_resize ( Vector< Real > &  a_v)
inline

◆ readAttr()

void readAttr ( hid_t  loc_id,
const std::string &  a_name,
std::string &  a_value 
)

◆ readStruct()

void readStruct ( HDF5Handle &  a_handle,
cfDiagnostic a_cf_info 
)

◆ readV()

void readV ( HDF5Handle &  a_handle,
Vector< Real > &  a_data,
const std::string &  a_name 
)

◆ writeAttr()

void writeAttr ( hid_t  loc_id,
const std::string &  a_name,
const std::string &  a_value 
)

Referenced by writeStruct().

◆ writeStruct()

void writeStruct ( HDF5Handle &  a_handle,
const cfDiagnostic a_cf_info 
)

◆ writeV()

void writeV ( HDF5Handle &  a_handle,
Vector< Real > &  a_data,
const std::string &  a_name 
)