Searched refs:dset_id (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 420 hid_t dset_id; /* dataset identifier */ in VecView_MPI_HDF5_DA() local 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() 519 PetscCallHDF5(H5Dset_extent, (dset_id, dims)); in VecView_MPI_HDF5_DA() 549 PetscCallHDF5Return(filespace, H5Dget_space, (dset_id)); in VecView_MPI_HDF5_DA() 553 PetscCallHDF5(H5Dwrite, (dset_id, memscalartype, memspace, filespace, hdf5->dxpl_id, x)); in VecView_MPI_HDF5_DA() 569 PetscCallHDF5(H5Dclose, (dset_id)); in VecView_MPI_HDF5_DA() 774 hid_t dset_id; /* dataset identifier */ in VecLoad_HDF5_DA() local 801 PetscCallHDF5Return(dset_id, H5Dopen2, (group, vecname, H5P_DEFAULT)); in VecLoad_HDF5_DA() 804 PetscCallHDF5Return(filespace, H5Dget_space, (dset_id)); in VecLoad_HDF5_DA() [all …]
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 298 hid_t dset_id; /* dataset identifier */ in ISView_General_HDF5() local 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() 378 PetscCallHDF5(H5Dset_extent, (dset_id, dims)); in ISView_General_HDF5() 415 PetscCallHDF5Return(filespace, H5Dget_space, (dset_id)); in ISView_General_HDF5() 423 PetscCallHDF5(H5Dwrite, (dset_id, inttype, memspace, filespace, hdf5->dxpl_id, ind)); in ISView_General_HDF5() 431 PetscCallHDF5(H5Dclose, (dset_id)); in ISView_General_HDF5()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 452 hid_t dset_id; /* dataset identifier */ in VecView_MPI_HDF5() local 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() 562 PetscCallHDF5(H5Dset_extent, (dset_id, dims)); in VecView_MPI_HDF5() 607 PetscCallHDF5Return(filespace, H5Dget_space, (dset_id)); in VecView_MPI_HDF5() 615 PetscCallHDF5(H5Dwrite, (dset_id, memscalartype, memspace, filespace, hdf5->dxpl_id, x)); in VecView_MPI_HDF5() 623 PetscCallHDF5(H5Dclose, (dset_id)); in VecView_MPI_HDF5()
|