Home
last modified time | relevance | path

Searched refs:PetscViewerHDF5OpenGroup (Results 1 – 10 of 10) sorted by relevance

/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/
H A Dzhdf5f.c21 *ierr = PetscViewerHDF5OpenGroup(*viewer, c1, fileId, groupId); in petscviewerhdf5opengroup_()
/petsc/include/
H A Dpetscviewerhdf5.h68 PETSC_EXTERN PetscErrorCode PetscViewerHDF5OpenGroup(PetscViewer, const char[], hid_t *, hid_t *);
/petsc/doc/changes/
H A D311.md125 - PetscViewerHDF5OpenGroup() opens the root group (/) if none is
H A D318.md140 - Change `PetscViewerHDF5OpenGroup()` to accept optional path relative to the pushed group
/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c43 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &h->file, &h->group)); in PetscViewerHDF5ReadInitialize_Private()
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c866 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 Dgr2.c434 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 Dgeneral.c312 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &file_id, &group)); in ISView_General_HDF5()
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c469 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &file_id, &group)); in VecView_MPI_HDF5()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c388 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &file, &group)); in DMSequenceGetLength_HDF5_Internal()
1940 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &fileId, &groupId)); in DMPlexLabelsLoad_HDF5_Internal()