Lines Matching refs:timestep
317 static PetscErrorCode VecGetHDF5ChunkSize(DM_DA *da, Vec xin, PetscInt dimension, PetscInt timestep… in VecGetHDF5ChunkSize() argument
361 if (timestep >= 0) ++dim; in VecGetHDF5ChunkSize()
377 if (timestep >= 0) ++dim; in VecGetHDF5ChunkSize()
429 PetscInt timestep = PETSC_INT_MIN, dimension; in VecView_MPI_HDF5_DA() local
436 if (timestepping) PetscCall(PetscViewerHDF5GetTimestep(viewer, ×tep)); in VecView_MPI_HDF5_DA()
457 if (timestep >= 0) { in VecView_MPI_HDF5_DA()
458 dims[dim] = timestep + 1; in VecView_MPI_HDF5_DA()
492 PetscCall(VecGetHDF5ChunkSize(da, xin, dimension, timestep, chunkDims)); in VecView_MPI_HDF5_DA()
525 if (timestep >= 0) { in VecView_MPI_HDF5_DA()
526 offset[dim] = timestep; in VecView_MPI_HDF5_DA()
537 if (timestep >= 0) { in VecView_MPI_HDF5_DA()
770 PetscInt dimension, timestep = PETSC_INT_MIN, dofInd; in VecLoad_HDF5_DA() local
795 if (timestepping) PetscCall(PetscViewerHDF5GetTimestep(viewer, ×tep)); in VecLoad_HDF5_DA()
813 if (timestep >= 0) ++dim; in VecLoad_HDF5_DA()
831 if (timestep >= 0) { in VecLoad_HDF5_DA()
832 offset[dim] = timestep; in VecLoad_HDF5_DA()