Searched refs:dataspace (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/is/utils/hdf5/ |
| H A D | hdf5io.c | 7 hid_t file, group, dataset, dataspace; member 45 PetscCallHDF5Return(h->dataspace, H5Dget_space, (h->dataset)); in PetscViewerHDF5ReadInitialize_Private() 64 PetscCallHDF5(H5Sclose, (h->dataspace)); in PetscViewerHDF5ReadFinalize_Private() 132 PetscCallHDF5Return(ctx->rdim, H5Sget_simple_extent_dims, (ctx->dataspace, NULL, NULL)); in PetscViewerHDF5ReadSizes_Private() 134 PetscCallHDF5Return(ctx->rdim, H5Sget_simple_extent_dims, (ctx->dataspace, ctx->dims, NULL)); in PetscViewerHDF5ReadSizes_Private() 220 PetscCallHDF5(H5Sselect_hyperslab, (ctx->dataspace, H5S_SELECT_SET, offset, NULL, count, NULL)); in PetscViewerHDF5ReadSelectHyperslab_Private() 230 PetscCallHDF5(H5Dread, (h->dataset, datatype, memspace, h->dataspace, hdf5->dxpl_id, arr)); in PetscViewerHDF5ReadArray_Private()
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 1185 hid_t h5, dataspace, obj, attribute, dtype; in PetscViewerHDF5WriteAttribute() local 1204 PetscCallHDF5Return(dataspace, H5Screate, (H5S_SCALAR)); in PetscViewerHDF5WriteAttribute() 1209 …PetscCallHDF5Return(attribute, H5Acreate2, (obj, name, dtype, dataspace, H5P_DEFAULT, H5P_DEFAULT)… in PetscViewerHDF5WriteAttribute() 1215 PetscCallHDF5(H5Sclose, (dataspace)); in PetscViewerHDF5WriteAttribute()
|