Skip to content

PETSc HDF5 Save/Load

Andreas Burkhart requested to merge burk/Merge_HDF5SaveAndLoad into master

Contents:

  • added HDF5 Save/Load functionality allowing you to save and load functions and parameters to files
  • added a test for the HDF5 Save/Load functions

Note: No information about the mesh is saved. You can only load functions from a file created by a machine with the same endianness and same amount cores. Hence it is not suitable for long-term storage, but can be used for short-term (e.g. in algorithm) saving of functions and parameters.

Edited by Andreas Burkhart

Merge request reports