Home
last modified time | relevance | path

Searched refs:chunkspace (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c297 hid_t chunkspace; /* chunk dataset property identifier */ in ISView_General_HDF5() local
371 PetscCallHDF5Return(chunkspace, H5Pcreate, (H5P_DATASET_CREATE)); in ISView_General_HDF5()
372 PetscCallHDF5(H5Pset_chunk, (chunkspace, (int)dim, chunkDims)); in ISView_General_HDF5()
374 …rn(dset_id, H5Dcreate2, (group, isname, inttype, filespace, H5P_DEFAULT, chunkspace, H5P_DEFAULT)); in ISView_General_HDF5()
375 PetscCallHDF5(H5Pclose, (chunkspace)); in ISView_General_HDF5()
/petsc/src/dm/impls/da/
H A Dgr2.c419 hid_t chunkspace; /* chunk dataset property identifier */ in VecView_MPI_HDF5_DA() local
513 PetscCallHDF5Return(chunkspace, H5Pcreate, (H5P_DATASET_CREATE)); in VecView_MPI_HDF5_DA()
514 PetscCallHDF5(H5Pset_chunk, (chunkspace, (int)dim, chunkDims)); in VecView_MPI_HDF5_DA()
516 …id, H5Dcreate2, (group, vecname, filescalartype, filespace, H5P_DEFAULT, chunkspace, H5P_DEFAULT)); in VecView_MPI_HDF5_DA()
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c451 hid_t chunkspace; /* chunk dataset property identifier */ in VecView_MPI_HDF5() local
555 PetscCallHDF5Return(chunkspace, H5Pcreate, (H5P_DATASET_CREATE)); in VecView_MPI_HDF5()
556 PetscCallHDF5(H5Pset_chunk, (chunkspace, (int)dim, chunkDims)); in VecView_MPI_HDF5()
558 …id, H5Dcreate2, (group, vecname, filescalartype, filespace, H5P_DEFAULT, chunkspace, H5P_DEFAULT)); in VecView_MPI_HDF5()
559 PetscCallHDF5(H5Pclose, (chunkspace)); in VecView_MPI_HDF5()