Function ED::write_instance_hdf5

Function Documentation

void ED::write_instance_hdf5(const string &filename, int label, const string &group)

writes the solved model instance to a group inside an HDF5 file.

filename : path to the HDF5 file (created if absent, opened if present) label : label of the model instance group : name of the HDF5 group to write into (e.g. “cluster_0”)