Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatisimpl.h16 …IS getsub_ris, getsub_cis; /* row and column ISs for MatCreateSubMatrix and MAT_REUSE_MA… member
/petsc/src/mat/impls/is/
H A Dmatis.c1381 …PetscCheck(newmatis->getsub_ris, PetscObjectComm((PetscObject)*newmat), PETSC_ERR_ARG_WRONG, "Cann… in MatCreateSubMatrix_IS()
1462 PetscCall(ISCreateGeneral(comm, newloc, lidxs, PETSC_OWN_POINTER, &newmatis->getsub_ris)); in MatCreateSubMatrix_IS()
1466 PetscCall(PetscObjectReference((PetscObject)newmatis->getsub_ris)); in MatCreateSubMatrix_IS()
1467 newmatis->getsub_cis = newmatis->getsub_ris; in MatCreateSubMatrix_IS()
1505 …PetscCall(MatCreateSubMatrix(locmat, newmatis->getsub_ris, newmatis->getsub_cis, scall, &newlocmat… in MatCreateSubMatrix_IS()
2116 PetscCall(ISDestroy(&b->getsub_ris)); in MatDestroy_IS()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddc.c2433 …PetscCheck(matis->getsub_ris, PetscObjectComm((PetscObject)A), PETSC_ERR_PLIB, "Missing getsub IS"… in MatISSubMatrixEmbedLocalIS()
2434 PetscCall(ISLocalToGlobalMappingCreateIS(matis->getsub_ris, &ltog)); in MatISSubMatrixEmbedLocalIS()