Lines Matching refs:lenInd
8 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()
158 …lenInd <= 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()
217 PetscCall(PetscHDF5IntCast(low / bs, &offset[ctx->lenInd])); in PetscViewerHDF5ReadSelectHyperslab_Private()