Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c3044 static PetscErrorCode MatISRestoreLocalMat_IS(Mat mat, Mat *local) in MatISRestoreLocalMat_IS() function
3690 …all(PetscObjectComposeFunction((PetscObject)A, "MatISRestoreLocalMat_C", MatISRestoreLocalMat_IS)); in MatCreate_IS()