Searched refs:nooffproczerorows (Results 1 – 3 of 3) sorted by relevance
20 if (!A->nooffproczerorows) PetscCall(PetscMalloc1(N, &rrows)); in MatZeroRowsMapLocal_Private()27 if (A->nooffproczerorows) { in MatZeroRowsMapLocal_Private()35 if (!A->nooffproczerorows) { in MatZeroRowsMapLocal_Private()
4962 B->nooffproczerorows = mat->nooffproczerorows; in MatDuplicate()6099 mat->nooffproczerorows = flg; in MatSetOption()6197 *flg = mat->nooffproczerorows; in MatGetOption()
480 PetscBool nooffprocentries, nooffproczerorows; member