Searched refs:colB (Results 1 – 1 of 1) sorted by relevance
842 PetscInt colB = rowindices[colsA[colj]]; // use local idx in PCSetUp_BJKOKKOS() local844 …PetscCheck(colB >= 0 && colB < nloc, PetscObjectComm((PetscObject)pc), PETSC_ERR_ARG_WRONG, "colB … in PCSetUp_BJKOKKOS()845 if (colB > maxj) maxj = colB; in PCSetUp_BJKOKKOS()846 if (colB < minj) minj = colB; in PCSetUp_BJKOKKOS()