Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dfdmpiaij.c408 PetscInt nis = iscoloring->n, nctot, *cols, tmp = 0; in MatFDColoringSetUp_MPIXAIJ() local
545 nctot = 0; in MatFDColoringSetUp_MPIXAIJ()
546 for (j = 0; j < size; j++) nctot += ncolsonproc[j]; in MatFDColoringSetUp_MPIXAIJ()
547 …if (!nctot) PetscCall(PetscInfo(mat, "Coloring of matrix has some unneeded colors with no correspo… in MatFDColoringSetUp_MPIXAIJ()
553 PetscCall(PetscMalloc1(nctot + 1, &cols)); in MatFDColoringSetUp_MPIXAIJ()
558 nctot = n; in MatFDColoringSetUp_MPIXAIJ()
566 for (j = 0; j < nctot; j++) { /* loop over columns*/ in MatFDColoringSetUp_MPIXAIJ()