Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c3136 static PetscErrorCode MatISSetLocalMat_IS(Mat mat, Mat local) in MatISSetLocalMat_IS() function
3691 PetscCall(PetscObjectComposeFunction((PetscObject)A, "MatISSetLocalMat_C", MatISSetLocalMat_IS)); in MatCreate_IS()