Home
last modified time | relevance | path

Searched refs:MatISSetLocalMatType (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/is/
H A Dmatis.c197 PetscCall(MatISSetLocalMatType(C, lmtype)); in MatPtAPSymbolic_IS_XAIJ()
1050 PetscCall(MatISSetLocalMatType(B, MATNEST)); in MatConvert_Nest_IS()
2049 PetscCall(MatISSetLocalMatType(B, matis->lmattype)); in MatDuplicate_IS()
3128 PetscErrorCode MatISSetLocalMatType(Mat mat, MatType mtype) in MatISSetLocalMatType() function
3156 PetscCall(MatISSetLocalMatType(mat, mtype)); in MatISSetLocalMat_IS()
3343 if (flg) PetscCall(MatISSetLocalMatType(A, type)); in MatSetFromOptions_IS()
/petsc/include/
H A Dpetscmat.h2075 PETSC_EXTERN PetscErrorCode MatISSetLocalMatType(Mat, MatType);