Lines Matching refs:group
7 hid_t file, group, dataset, dataspace; member
26 const char *group; in PetscViewerHDF5CheckTimestepping_Internal() local
28 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in PetscViewerHDF5CheckTimestepping_Internal()
29 …ECTED, "Dataset %s/%s stored with timesteps? %s Timestepping pushed? %s", group, name, PetscBools[… in PetscViewerHDF5CheckTimestepping_Internal()
43 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &h->file, &h->group)); in PetscViewerHDF5ReadInitialize_Private()
44 PetscCallHDF5Return(h->dataset, H5Dopen2, (h->group, name, H5P_DEFAULT)); in PetscViewerHDF5ReadInitialize_Private()
63 PetscCallHDF5(H5Gclose, (h->group)); in PetscViewerHDF5ReadFinalize_Private()
237 const char *group; in PetscViewerHDF5Load_Internal() local
244 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in PetscViewerHDF5Load_Internal()
246 …viewer), PETSC_ERR_FILE_UNEXPECTED, "Object (dataset) \"%s\" not stored in group %s", name, group); in PetscViewerHDF5Load_Internal()
251 …plemented. Configure with --with-scalar-type=real to read this dataset", group ? group : "", name); in PetscViewerHDF5Load_Internal()
254 …ed for real scalars. Configure with --with-scalar-type=complex to read this dataset", group, name); in PetscViewerHDF5Load_Internal()
291 PetscCall(PetscFree(group)); in PetscViewerHDF5Load_Internal()