Home
last modified time | relevance | path

Searched refs:groupId (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/
H A Dzhdf5f.c16 …erhdf5opengroup_(PetscViewer *viewer, char path[], hid_t *fileId, hid_t *groupId, int *ierr, PETSC… in petscviewerhdf5opengroup_() argument
21 *ierr = PetscViewerHDF5OpenGroup(*viewer, c1, fileId, groupId); in petscviewerhdf5opengroup_()
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c866 …Code PetscViewerHDF5OpenGroup(PetscViewer viewer, const char path[], hid_t *fileId, hid_t *groupId) in PetscViewerHDF5OpenGroup() argument
885 PetscCallHDF5Return(*groupId, H5Gopen2, (file_id, groupName, H5P_DEFAULT)); in PetscViewerHDF5OpenGroup()
912 hid_t fileId, groupId; in PetscViewerHDF5WriteGroup() local
915 …PetscCall(PetscViewerHDF5OpenGroup(viewer, path, &fileId, &groupId)); // make sure group is actual… in PetscViewerHDF5WriteGroup()
916 PetscCallHDF5(H5Gclose, (groupId)); in PetscViewerHDF5WriteGroup()
/petsc/doc/tutorials/
H A Din_person.md66 …cc.utexas.edu/c/document_library/get_file?uuid=802633ce-f165-407f-bec8-f0efca556e20&groupId=13601).
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1938 hid_t fileId, groupId; in DMPlexLabelsLoad_HDF5_Internal() local
1940 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &fileId, &groupId)); in DMPlexLabelsLoad_HDF5_Internal()
1942 …PetscCallHDF5(H5Literate, (groupId, H5_INDEX_NAME, H5_ITER_NATIVE, &idx, ReadLabelHDF5_Static, ctx… in DMPlexLabelsLoad_HDF5_Internal()
1943 PetscCallHDF5(H5Gclose, (groupId)); in DMPlexLabelsLoad_HDF5_Internal()