Home
last modified time | relevance | path

Searched refs:MatISRestoreLocalMat (Results 1 – 10 of 10) sorted by relevance

/petsc/src/mat/tests/
H A Dex23.c341 PetscCall(MatISRestoreLocalMat(T, &lT)); in main()
859 PetscCall(MatISRestoreLocalMat(A2, &lA2)); in main()
869 PetscCall(MatISRestoreLocalMat(A, &lA)); in main()
870 PetscCall(MatISRestoreLocalMat(A2, &lA2)); in main()
885 PetscCall(MatISRestoreLocalMat(A2, &lA)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex71.c455 PetscCall(MatISRestoreLocalMat(A, &lA)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi420 PetscErrorCode MatISRestoreLocalMat(PetscMat, PetscMat*)
H A DMat.pyx4995 petsc.MatISRestoreLocalMat
4998 CHKERR(MatISRestoreLocalMat(self.mat, &local.mat))
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2260 PetscCall(MatISRestoreLocalMat(P, &N)); in PCSetUp_HPDDM()
2542 PetscCall(MatISRestoreLocalMat(C, &N)); in PCSetUp_HPDDM()
/petsc/include/
H A Dpetscmat.h2082 PETSC_EXTERN PetscErrorCode MatISRestoreLocalMat(Mat, Mat *);
/petsc/src/dm/impls/da/
H A Dfdda.c812 PetscCall(MatISRestoreLocalMat(J, &lJ)); in DMCreateMatrix_DA_IS()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c1999 PetscCall(MatISRestoreLocalMat(pc->pmat, &lA)); in PCBDDCComputeLocalTopologyInfo()
8176 PetscCall(MatISRestoreLocalMat(mat, &local_mat)); in PCBDDCMatISSubassemble()
8377 PetscCall(MatISRestoreLocalMat(*mat_n, &local_mat)); in PCBDDCMatISSubassemble()
8445 PetscCall(MatISRestoreLocalMat(mat, &local_mat)); in PCBDDCMatISSubassemble()
H A Dbddc.c2613 PetscCall(MatISRestoreLocalMat(M, &lM)); in PCBDDCCreateFETIDPOperators_BDDC()
/petsc/src/mat/impls/is/
H A Dmatis.c3095 PetscErrorCode MatISRestoreLocalMat(Mat mat, Mat *local) in MatISRestoreLocalMat() function