Searched refs:MatISRestoreLocalMat (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex23.c | 341 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 D | ex71.c | 455 PetscCall(MatISRestoreLocalMat(A, &lA)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 420 PetscErrorCode MatISRestoreLocalMat(PetscMat, PetscMat*)
|
| H A D | Mat.pyx | 4995 petsc.MatISRestoreLocalMat 4998 CHKERR(MatISRestoreLocalMat(self.mat, &local.mat))
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 2260 PetscCall(MatISRestoreLocalMat(P, &N)); in PCSetUp_HPDDM() 2542 PetscCall(MatISRestoreLocalMat(C, &N)); in PCSetUp_HPDDM()
|
| /petsc/include/ |
| H A D | petscmat.h | 2082 PETSC_EXTERN PetscErrorCode MatISRestoreLocalMat(Mat, Mat *);
|
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 812 PetscCall(MatISRestoreLocalMat(J, &lJ)); in DMCreateMatrix_DA_IS()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 1999 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 D | bddc.c | 2613 PetscCall(MatISRestoreLocalMat(M, &lM)); in PCBDDCCreateFETIDPOperators_BDDC()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 3095 PetscErrorCode MatISRestoreLocalMat(Mat mat, Mat *local) in MatISRestoreLocalMat() function
|