Searched refs:krows (Results 1 – 1 of 1) sorted by relevance
388 const PetscInt *krows, *inact; in SNESSolve_VINEWTONRSLS() local396 PetscCall(ISGetIndices(keptrows, &krows)); in SNESSolve_VINEWTONRSLS()399 for (k = 0; k < cnt; k++) nrows[k] = inact[krows[k] - rstart]; in SNESSolve_VINEWTONRSLS()400 PetscCall(ISRestoreIndices(keptrows, &krows)); in SNESSolve_VINEWTONRSLS()