Lines Matching refs:hdf5

20   PetscViewer_HDF5 *hdf5         = (PetscViewer_HDF5 *)viewer->data;  in PetscViewerHDF5CheckTimestepping_Internal()  local
24 …PetscCall(PetscViewerHDF5ReadAttribute(viewer, name, "timestepping", PETSC_BOOL, &hdf5->defTimeste… in PetscViewerHDF5CheckTimestepping_Internal()
25 if (timestepping != hdf5->timestepping) { in PetscViewerHDF5CheckTimestepping_Internal()
29 …s Timestepping pushed? %s", group, name, PetscBools[timestepping], PetscBools[hdf5->timestepping]); in PetscViewerHDF5CheckTimestepping_Internal()
36 PetscViewer_HDF5 *hdf5 = (PetscViewer_HDF5 *)viewer->data; in PetscViewerHDF5ReadInitialize_Private() local
47 if (!hdf5->horizontal) { in PetscViewerHDF5ReadInitialize_Private()
49 PetscCall(PetscViewerHDF5HasAttribute(viewer, name, "MATLAB_class", &hdf5->horizontal)); in PetscViewerHDF5ReadInitialize_Private()
77 PetscViewer_HDF5 *hdf5 = (PetscViewer_HDF5 *)viewer->data; in PetscViewerHDF5ReadSizes_Private() local
148 if (hdf5->timestepping) ++ctx->lenInd; in PetscViewerHDF5ReadSizes_Private()
162 if (hdf5->horizontal) { in PetscViewerHDF5ReadSizes_Private()
192 PetscViewer_HDF5 *hdf5 = (PetscViewer_HDF5 *)viewer->data; in PetscViewerHDF5ReadSelectHyperslab_Private() local
211 if (hdf5->timestepping) { in PetscViewerHDF5ReadSelectHyperslab_Private()
213 offset[0] = hdf5->timestep; in PetscViewerHDF5ReadSelectHyperslab_Private()
227 PetscViewer_HDF5 *hdf5 = (PetscViewer_HDF5 *)viewer->data; in PetscViewerHDF5ReadArray_Private() local
230 PetscCallHDF5(H5Dread, (h->dataset, datatype, memspace, h->dataspace, hdf5->dxpl_id, arr)); in PetscViewerHDF5ReadArray_Private()