Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatisimpl.h18 …Mat islocalref; /* is a reference to a local submatrix? this is the parent ma… member
/petsc/src/mat/impls/is/
H A Dmatis.c1054 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()
[all …]