Lines Matching refs:islocalref
1054 matis->islocalref = B; in MatConvert_Nest_IS()
1069 matis->islocalref = NULL; in MatConvert_Nest_IS()
1349 PetscCall(MatZeroRowsLocal(is->islocalref, n, rows_l, diag, x, b)); in MatZeroRowsLocal_SubMat_IS()
1362 PetscCall(MatZeroRowsColumnsLocal(is->islocalref, n, rows_l, diag, x, b)); in MatZeroRowsColumnsLocal_SubMat_IS()
1628 …PetscCheck(!matis->islocalref, PetscObjectComm((PetscObject)A), PETSC_ERR_SUP, "Not implemented fo… in MatISSetAllowRepeated_IS()
2688 } else if (!is->islocalref) { /* check if the l2g map has negative or repeated entries */ in MatSetLocalToGlobalMapping_IS()
2705 …} else if (cmapping != rmapping && !is->islocalref) { /* check if the l2g map has negative or repe… in MatSetLocalToGlobalMapping_IS()
2762 if (!is->islocalref) { in MatSetLocalToGlobalMapping_IS()
3144 if (is->A && !is->islocalref) { in MatISSetLocalMat_IS()
3157 if (!sametype && !is->islocalref) PetscCall(MatISSetUpScatters_Private(mat)); in MatISSetLocalMat_IS()
3308 matis->islocalref = A; in MatGetLocalSubMatrix_IS()