Searched refs:dset (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 378 hid_t file, group, dset, dspace; in DMSequenceGetLength_HDF5_Internal() local 389 PetscCallHDF5Return(dset, H5Dopen2, (group, seqname, H5P_DEFAULT)); in DMSequenceGetLength_HDF5_Internal() 390 PetscCallHDF5Return(dspace, H5Dget_space, (dset)); in DMSequenceGetLength_HDF5_Internal() 396 PetscCallHDF5(H5Dclose, (dset)); in DMSequenceGetLength_HDF5_Internal()
|