Home
last modified time | relevance | path

Searched refs:getsub_cis (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/ksp/ksp/impls/fetidp/
H A Dfetidp.c990 PetscCall(PetscObjectReference((PetscObject)Bmatis->getsub_cis)); in KSPFETIDPSetUpOperators()
991 l2l = Bmatis->getsub_cis; in KSPFETIDPSetUpOperators()
/petsc/src/mat/impls/is/
H A Dmatis.c1382 …PetscCheck(newmatis->getsub_cis, PetscObjectComm((PetscObject)*newmat), PETSC_ERR_ARG_WRONG, "Cann… in MatCreateSubMatrix_IS()
1467 newmatis->getsub_cis = newmatis->getsub_ris; in MatCreateSubMatrix_IS()
1495 PetscCall(ISCreateGeneral(comm, newloc, lidxs, PETSC_OWN_POINTER, &newmatis->getsub_cis)); in MatCreateSubMatrix_IS()
1505 …PetscCall(MatCreateSubMatrix(locmat, newmatis->getsub_ris, newmatis->getsub_cis, scall, &newlocmat… in MatCreateSubMatrix_IS()
2117 PetscCall(ISDestroy(&b->getsub_cis)); in MatDestroy_IS()