Home
last modified time | relevance | path

Searched refs:cnts (Results 1 – 1 of 1) sorted by relevance

/petsc/src/snes/impls/vi/rs/
H A Dvirs.c473 PetscInt n, N = 101 * 101, j, cnts[3] = {0, 0, 0}; in SNESSolve_VINEWTONRSLS() local
479 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()