Searched refs:MatISGetAllowRepeated (Results 1 – 5 of 5) sorted by relevance
100 … to global map for `MATIS` via the routines `MatISSetAllowRepeated()` and `MatISGetAllowRepeated()`
872 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
417 PetscErrorCode MatISGetAllowRepeated(PetscMat, PetscBool*)
4942 setISAllowRepeated, petsc.MatISGetAllowRepeated4946 CHKERR(MatISGetAllowRepeated(self.mat, &callow))
2078 PETSC_EXTERN PetscErrorCode MatISGetAllowRepeated(Mat, PetscBool *);