Searched refs:newlocmat (Results 1 – 1 of 1) sorted by relevance
1369 Mat locmat, newlocmat; in MatCreateSubMatrix_IS() local1501 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()