Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D321.md100 … to global map for `MATIS` via the routines `MatISSetAllowRepeated()` and `MatISGetAllowRepeated()`
/petsc/src/mat/impls/is/
H A Dmatis.c872 PetscCall(MatISGetAllowRepeated(T, &sallow)); in MatConvert_Nest_IS()
878 PetscCall(MatISGetAllowRepeated(nest[i][j], &sallow)); in MatConvert_Nest_IS()
1262 PetscCall(MatISGetAllowRepeated(A, &allow_repeated)); in MatTranspose_IS()
1573 PetscErrorCode MatISGetAllowRepeated(Mat A, PetscBool *flg) in MatISGetAllowRepeated() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi417 PetscErrorCode MatISGetAllowRepeated(PetscMat, PetscBool*)
H A DMat.pyx4942 setISAllowRepeated, petsc.MatISGetAllowRepeated
4946 CHKERR(MatISGetAllowRepeated(self.mat, &callow))
/petsc/include/
H A Dpetscmat.h2078 PETSC_EXTERN PetscErrorCode MatISGetAllowRepeated(Mat, PetscBool *);