Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c8 int lenInd, bsInd, complexInd, rdim; member
124 ctx->lenInd = 0; in PetscViewerHDF5ReadSizes_Private()
147 ctx->lenInd = 0; in PetscViewerHDF5ReadSizes_Private()
148 if (hdf5->timestepping) ++ctx->lenInd; in PetscViewerHDF5ReadSizes_Private()
158lenInd <= ctx->bsInd, PetscObjectComm((PetscObject)viewer), PETSC_ERR_PLIB, "Calculated block dime… in PetscViewerHDF5ReadSizes_Private()
164 int t = ctx->lenInd; in PetscViewerHDF5ReadSizes_Private()
165 ctx->lenInd = ctx->bsInd; in PetscViewerHDF5ReadSizes_Private()
171 if (ctx->lenInd == ctx->bsInd) { in PetscViewerHDF5ReadSizes_Private()
180 PetscCall(PetscIntCast(bs * ctx->dims[ctx->lenInd], &N)); in PetscViewerHDF5ReadSizes_Private()
216 PetscCall(PetscHDF5IntCast(n / bs, &count[ctx->lenInd])); in PetscViewerHDF5ReadSelectHyperslab_Private()
[all …]