Searched refs:cnts (Results 1 – 1 of 1) sorted by relevance
473 PetscInt n, N = 101 * 101, j, cnts[3] = {0, 0, 0}; in SNESSolve_VINEWTONRSLS() local479 if (ii[j] < N) cnts[0]++; in SNESSolve_VINEWTONRSLS()480 else if (ii[j] < 2 * N) cnts[1]++; in SNESSolve_VINEWTONRSLS()481 else if (ii[j] < 3 * N) cnts[2]++; in SNESSolve_VINEWTONRSLS()485 PetscCall(PCBJacobiSetTotalBlocks(pc, 3, cnts)); in SNESSolve_VINEWTONRSLS()