Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c1369 Mat locmat, newlocmat; in MatCreateSubMatrix_IS() local
1503 PetscCall(MatISGetLocalMat(mat, &locmat)); in MatCreateSubMatrix_IS()
1505 …PetscCall(MatCreateSubMatrix(locmat, newmatis->getsub_ris, newmatis->getsub_cis, scall, &newlocmat… in MatCreateSubMatrix_IS()