spectre.IO.H5.FunctionsOfTimeFromVolume¶
Functions
|
This function returns a dictionary of the FunctionsOfTime from a volume h5 file evaluated at a desired time along with the time closest to the match_time passed in. |
- spectre.IO.H5.FunctionsOfTimeFromVolume.functions_of_time_from_volume(fot_vol_h5_path, fot_vol_subfile, match_time, fot_to_observe=None)¶
This function returns a dictionary of the FunctionsOfTime from a volume h5 file evaluated at a desired time along with the time closest to the match_time passed in.
Arguments: fot_vol_h5_path: The full path to volume data containing functions of time that have been evaluated at the match time. fot_vol_subfile: The subfile containing volume data with functions of time evaulated at match time. match_time: The desired time to retrieve the function of time values.