Lines Matching refs:h5
396 $ ./myprog -dm_view hdf5:myprog.h5 -vec_view hdf5:myprog.h5::append
401 To save data to "example.h5" file, we can first create a `PetscViewer` of type `PETSCVIEWERHDF5` in…
406 PetscViewerHDF5Open(PETSC_COMM_WORLD, "example.h5", FILE_MODE_WRITE, &viewer);
471 The output file "example.h5" now looks like the following:
474 $ h5dump --contents example.h5
475 HDF5 "example.h5" {
512 $ h5dump -a /dmplex_storage_version example.h5
520 $ h5dump --contents example.h5
521 HDF5 "example.h5" {
559 To load data from "example.h5" file, we create a `PetscViewer`
563 PetscViewerHDF5Open(PETSC_COMM_WORLD, "example.h5", FILE_MODE_READ, &viewer);