Home
last modified time | relevance | path

Searched refs:inttype (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c88 hid_t inttype; in PetscViewerHDF5ReadSizes_Private() local
96 inttype = H5T_NATIVE_LLONG; in PetscViewerHDF5ReadSizes_Private()
98 inttype = H5T_NATIVE_INT; in PetscViewerHDF5ReadSizes_Private()
103 …PetscCall(PetscViewerHDF5Load_Internal(viewer, ctx->name, PETSC_FALSE, cmap, inttype, (void **)&lc… in PetscViewerHDF5ReadSizes_Private()
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c300 hid_t inttype; /* int type (H5T_NATIVE_INT or H5T_NATIVE_LLONG) */ in ISView_General_HDF5() local
362 inttype = H5T_NATIVE_LLONG; in ISView_General_HDF5()
364 inttype = H5T_NATIVE_INT; in ISView_General_HDF5()
374 …PetscCallHDF5Return(dset_id, H5Dcreate2, (group, isname, inttype, filespace, H5P_DEFAULT, chunkspa… in ISView_General_HDF5()
423 PetscCallHDF5(H5Dwrite, (dset_id, inttype, memspace, filespace, hdf5->dxpl_id, ind)); in ISView_General_HDF5()