Searched refs:MatGetLocalSubMatrix_IS (Results 1 – 1 of 1) sorted by relevance
3242 static PetscErrorCode MatGetLocalSubMatrix_IS(Mat A, IS row, IS col, Mat *submat) in MatGetLocalSubMatrix_IS() function3322 (*submat)->ops->getlocalsubmatrix = MatGetLocalSubMatrix_IS; in MatGetLocalSubMatrix_IS()3671 A->ops->getlocalsubmatrix = MatGetLocalSubMatrix_IS; in MatCreate_IS()