Searched refs:PetscViewerHDF5OpenGroup (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/ |
| H A D | zhdf5f.c | 21 *ierr = PetscViewerHDF5OpenGroup(*viewer, c1, fileId, groupId); in petscviewerhdf5opengroup_()
|
| /petsc/include/ |
| H A D | petscviewerhdf5.h | 68 PETSC_EXTERN PetscErrorCode PetscViewerHDF5OpenGroup(PetscViewer, const char[], hid_t *, hid_t *);
|
| /petsc/doc/changes/ |
| H A D | 311.md | 125 - PetscViewerHDF5OpenGroup() opens the root group (/) if none is
|
| H A D | 318.md | 140 - Change `PetscViewerHDF5OpenGroup()` to accept optional path relative to the pushed group
|
| /petsc/src/vec/is/utils/hdf5/ |
| H A D | hdf5io.c | 43 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &h->file, &h->group)); in PetscViewerHDF5ReadInitialize_Private()
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 866 PetscErrorCode PetscViewerHDF5OpenGroup(PetscViewer viewer, const char path[], hid_t *fileId, hid_t… in PetscViewerHDF5OpenGroup() function 915 …PetscCall(PetscViewerHDF5OpenGroup(viewer, path, &fileId, &groupId)); // make sure group is actual… in PetscViewerHDF5WriteGroup()
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 434 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &file_id, &group)); in VecView_MPI_HDF5_DA() 791 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &file_id, &group)); in VecLoad_HDF5_DA()
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 312 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &file_id, &group)); in ISView_General_HDF5()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 469 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &file_id, &group)); in VecView_MPI_HDF5()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 388 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &file, &group)); in DMSequenceGetLength_HDF5_Internal() 1940 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &fileId, &groupId)); in DMPlexLabelsLoad_HDF5_Internal()
|