Searched refs:bsInd (Results 1 – 1 of 1) sorted by relevance
8 int lenInd, bsInd, complexInd, rdim; member152 ctx->bsInd = ctx->rdim - 2; in PetscViewerHDF5ReadSizes_Private()155 ctx->bsInd = ctx->rdim - 1; in PetscViewerHDF5ReadSizes_Private()158 …ctx->bsInd, PetscObjectComm((PetscObject)viewer), PETSC_ERR_PLIB, "Calculated block dimension inde… in PetscViewerHDF5ReadSizes_Private()159 …bsInd <= ctx->rdim - 1, PetscObjectComm((PetscObject)viewer), PETSC_ERR_FILE_UNEXPECTED, "Calculat… in PetscViewerHDF5ReadSizes_Private()165 ctx->lenInd = ctx->bsInd; in PetscViewerHDF5ReadSizes_Private()166 ctx->bsInd = t; in PetscViewerHDF5ReadSizes_Private()171 if (ctx->lenInd == ctx->bsInd) { in PetscViewerHDF5ReadSizes_Private()174 bs = (PetscInt)ctx->dims[ctx->bsInd]; in PetscViewerHDF5ReadSizes_Private()