Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c1369 Mat locmat, newlocmat; in MatCreateSubMatrix_IS() local
1501 PetscCall(MatISGetLocalMat(*newmat, &newlocmat)); in MatCreateSubMatrix_IS()
1505 …tscCall(MatCreateSubMatrix(locmat, newmatis->getsub_ris, newmatis->getsub_cis, scall, &newlocmat)); in MatCreateSubMatrix_IS()
1507 PetscCall(MatISSetLocalMat(*newmat, newlocmat)); in MatCreateSubMatrix_IS()
1508 PetscCall(MatDestroy(&newlocmat)); in MatCreateSubMatrix_IS()