Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dfdmpiaij.c406 PetscInt n, nrows, nrows_i, j, k, m, ncols, col, *rowhit, cstart, cend, colb; in MatFDColoringSetUp_MPIXAIJ() local
587 PetscCall(PetscHMapIGetWithDefault(colmap, col + 1, 0, &colb)); in MatFDColoringSetUp_MPIXAIJ()
588 colb--; in MatFDColoringSetUp_MPIXAIJ()
590 colb = colmap[col] - 1; /* local column index */ in MatFDColoringSetUp_MPIXAIJ()
592 if (colb == -1) { in MatFDColoringSetUp_MPIXAIJ()
595 colb = colb / bs; in MatFDColoringSetUp_MPIXAIJ()
596 tmp = B_ci[colb]; in MatFDColoringSetUp_MPIXAIJ()
598 nrows = B_ci[colb + 1] - tmp; in MatFDColoringSetUp_MPIXAIJ()
606 rowhit[*row++] = colb + 1 + cend - cstart; /* local column index */ in MatFDColoringSetUp_MPIXAIJ()
H A Dmpiaij.c5685 PetscErrorCode MatGetBrowsOfAcols(Mat A, Mat B, MatReuse scall, IS *rowb, IS *colb, Mat *B_seq) in MatGetBrowsOfAcols() argument
5714 …PetscCheck(rowb && colb, PETSC_COMM_SELF, PETSC_ERR_SUP, "IS rowb and colb must be provided for MA… in MatGetBrowsOfAcols()
5716 iscolb = *colb; in MatGetBrowsOfAcols()
5728 if (!colb) { in MatGetBrowsOfAcols()
5731 *colb = iscolb; in MatGetBrowsOfAcols()
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkos.kokkos.cxx991 const PetscInt colb = r[aj[j]]; in PCSetUp_BJKOKKOS() local
992 if (colb == rowb) { in PCSetUp_BJKOKKOS()