| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 410 PetscCallHDF5Return(plist_id, H5Pcreate, (H5P_FILE_ACCESS)); in PetscViewerFileSetName_HDF5() 428 PetscCallHDF5Return(hdf5->file_id, H5Fopen, (name, H5F_ACC_RDONLY, plist_id)); in PetscViewerFileSetName_HDF5() 434 if (flg) PetscCallHDF5Return(hdf5->file_id, H5Fopen, (name, H5F_ACC_RDWR, plist_id)); in PetscViewerFileSetName_HDF5() 435 else PetscCallHDF5Return(hdf5->file_id, H5Fcreate, (name, H5F_ACC_EXCL, H5P_DEFAULT, plist_id)); in PetscViewerFileSetName_HDF5() 439 PetscCallHDF5Return(hdf5->file_id, H5Fcreate, (name, H5F_ACC_TRUNC, H5P_DEFAULT, plist_id)); in PetscViewerFileSetName_HDF5() 641 PetscCallHDF5Return(hdf5->dxpl_id, H5Pcreate, (H5P_DATASET_XFER)); in PetscViewerCreate_HDF5() 885 PetscCallHDF5Return(*groupId, H5Gopen2, (file_id, groupName, H5P_DEFAULT)); in PetscViewerHDF5OpenGroup() 1204 PetscCallHDF5Return(dataspace, H5Screate, (H5S_SCALAR)); in PetscViewerHDF5WriteAttribute() 1205 PetscCallHDF5Return(obj, H5Oopen, (h5, parentAbsPath, H5P_DEFAULT)); in PetscViewerHDF5WriteAttribute() 1207 PetscCallHDF5Return(attribute, H5Aopen_name, (obj, name)); in PetscViewerHDF5WriteAttribute() [all …]
|
| /petsc/src/vec/is/utils/hdf5/ |
| H A D | hdf5io.c | 44 PetscCallHDF5Return(h->dataset, H5Dopen2, (h->group, name, H5P_DEFAULT)); in PetscViewerHDF5ReadInitialize_Private() 45 PetscCallHDF5Return(h->dataspace, H5Dget_space, (h->dataset)); in PetscViewerHDF5ReadInitialize_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() 219 PetscCallHDF5Return(*memspace, H5Screate_simple, (ctx->rdim, count, NULL)); in PetscViewerHDF5ReadSelectHyperslab_Private()
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 359 PetscCallHDF5Return(filespace, H5Screate_simple, ((int)dim, dims, maxDims)); in ISView_General_HDF5() 371 PetscCallHDF5Return(chunkspace, H5Pcreate, (H5P_DATASET_CREATE)); in ISView_General_HDF5() 374 …PetscCallHDF5Return(dset_id, H5Dcreate2, (group, isname, inttype, filespace, H5P_DEFAULT, chunkspa… in ISView_General_HDF5() 377 PetscCallHDF5Return(dset_id, H5Dopen2, (group, isname, H5P_DEFAULT)); in ISView_General_HDF5() 395 PetscCallHDF5Return(memspace, H5Screate_simple, ((int)dim, count, NULL)); in ISView_General_HDF5() 398 PetscCallHDF5Return(memspace, H5Screate, (H5S_NULL)); in ISView_General_HDF5() 415 PetscCallHDF5Return(filespace, H5Dget_space, (dset_id)); in ISView_General_HDF5() 419 PetscCallHDF5Return(filespace, H5Screate, (H5S_NULL)); in ISView_General_HDF5()
|
| /petsc/include/petsc/private/ |
| H A D | viewerhdf5impl.h | 34 #define PetscCallHDF5Return(ret, func, args) \ macro
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 494 PetscCallHDF5Return(filespace, H5Screate_simple, ((int)dim, dims, maxDims)); in VecView_MPI_HDF5_DA() 513 PetscCallHDF5Return(chunkspace, H5Pcreate, (H5P_DATASET_CREATE)); in VecView_MPI_HDF5_DA() 516 …PetscCallHDF5Return(dset_id, H5Dcreate2, (group, vecname, filescalartype, filespace, H5P_DEFAULT, … in VecView_MPI_HDF5_DA() 518 PetscCallHDF5Return(dset_id, H5Dopen2, (group, vecname, H5P_DEFAULT)); in VecView_MPI_HDF5_DA() 548 PetscCallHDF5Return(memspace, H5Screate_simple, ((int)dim, count, NULL)); in VecView_MPI_HDF5_DA() 549 PetscCallHDF5Return(filespace, H5Dget_space, (dset_id)); in VecView_MPI_HDF5_DA() 801 PetscCallHDF5Return(dset_id, H5Dopen2, (group, vecname, H5P_DEFAULT)); in VecLoad_HDF5_DA() 804 PetscCallHDF5Return(filespace, H5Dget_space, (dset_id)); in VecLoad_HDF5_DA() 805 PetscCallHDF5Return(rdim, H5Sget_simple_extent_dims, (filespace, dims, NULL)); in VecLoad_HDF5_DA() 861 PetscCallHDF5Return(memspace, H5Screate_simple, (dim, count, NULL)); in VecLoad_HDF5_DA()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 534 PetscCallHDF5Return(filespace, H5Screate_simple, ((int)dim, dims, maxDims)); in VecView_MPI_HDF5() 555 PetscCallHDF5Return(chunkspace, H5Pcreate, (H5P_DATASET_CREATE)); in VecView_MPI_HDF5() 558 …PetscCallHDF5Return(dset_id, H5Dcreate2, (group, vecname, filescalartype, filespace, H5P_DEFAULT, … in VecView_MPI_HDF5() 561 PetscCallHDF5Return(dset_id, H5Dopen2, (group, vecname, H5P_DEFAULT)); in VecView_MPI_HDF5() 583 PetscCallHDF5Return(memspace, H5Screate_simple, ((int)dim, count, NULL)); in VecView_MPI_HDF5() 586 PetscCallHDF5Return(memspace, H5Screate, (H5S_NULL)); in VecView_MPI_HDF5() 607 PetscCallHDF5Return(filespace, H5Dget_space, (dset_id)); in VecView_MPI_HDF5() 611 PetscCallHDF5Return(filespace, H5Screate, (H5S_NULL)); in VecView_MPI_HDF5()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 389 PetscCallHDF5Return(dset, H5Dopen2, (group, seqname, H5P_DEFAULT)); in DMSequenceGetLength_HDF5_Internal() 390 PetscCallHDF5Return(dspace, H5Dget_space, (dset)); in DMSequenceGetLength_HDF5_Internal() 1909 …PetscCallHDF5Return(err, H5Literate_by_name, (g_id, lname, H5_INDEX_NAME, H5_ITER_NATIVE, &idx, Re… in ReadLabelHDF5_Static()
|