Home
last modified time | relevance | path

Searched refs:MatISSetLocalMat (Results 1 – 9 of 9) sorted by relevance

/petsc/src/mat/impls/is/
H A Dmatis.c95 PetscCall(MatISSetLocalMat(C, lC)); in MatPtAPNumeric_IS_XAIJ()
360 PetscCall(MatISSetLocalMat(B, lB)); in MatConvert_SeqXAIJ_IS()
694 PetscCall(MatISSetLocalMat(B, lA)); in MatConvert_XAIJ_IS()
816 PetscCall(MatISSetLocalMat(B, lA)); in MatConvert_XAIJ_IS()
1064 PetscCall(MatISSetLocalMat(B, lA)); in MatConvert_Nest_IS()
1104 PetscCall(MatISSetLocalMat(*newmat, lA)); in MatConvert_Nest_IS()
1120 PetscCall(MatISSetLocalMat(*newmat, M)); in MatConvert_Nest_IS()
1272 PetscCall(MatISSetLocalMat(C, lC)); in MatTranspose_IS()
1507 PetscCall(MatISSetLocalMat(*newmat, newlocmat)); in MatCreateSubMatrix_IS()
1641 PetscCall(MatISSetLocalMat(A, lA)); in MatISSetAllowRepeated_IS()
[all …]
/petsc/src/ksp/ksp/tutorials/
H A Dex59.c724 PetscCall(MatISSetLocalMat(temp_A, local_mat)); in ComputeMatrix()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c594 PetscCall(MatISSetLocalMat(T, BD2)); in PCBDDCSetupFETIDPMatContext()
H A Dbddcprivate.c413 PetscCall(MatISSetLocalMat(B, lG)); in PCBDDCNedelecSupport()
3134 PetscCall(MatISSetLocalMat(pcbddc->divudotp, loc_divudotp)); in PCBDDCBenignDetectSaddlePoint()
7347 PetscCall(MatISSetLocalMat(tmat, localChangeOfBasisMatrix)); in PCBDDCConstraintsSetUp()
7481 PetscCall(MatISSetLocalMat(benign_global, M)); in PCBDDCConstraintsSetUp()
8585 PetscCall(MatISSetLocalMat(t_coarse_mat_is, coarse_submat)); in PCBDDCSetUpCoarseSolver()
9014 PetscCall(MatISSetLocalMat(coarsedivudotp_is, coarsedivudotp)); in PCBDDCSetUpCoarseSolver()
/petsc/src/mat/tests/
H A Dex23.c860 PetscCall(MatISSetLocalMat(A2, tA)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi421 PetscErrorCode MatISSetLocalMat(PetscMat, PetscMat)
H A DMat.pyx5012 petsc.MatISSetLocalMat
5015 CHKERR(MatISSetLocalMat(self.mat, local.mat))
/petsc/include/
H A Dpetscmat.h2083 PETSC_EXTERN PetscErrorCode MatISSetLocalMat(Mat, Mat);
/petsc/src/mat/impls/hypre/
H A Dmhypre.c360 PetscCall(MatISSetLocalMat(*B, lA)); in MatConvert_HYPRE_IS()