Searched refs:getsub_cis (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | matisimpl.h | 16 …IS getsub_ris, getsub_cis; /* row and column ISs for MatCreateSubMatrix and MAT_REUSE_MA… member
|
| /petsc/src/ksp/ksp/impls/fetidp/ |
| H A D | fetidp.c | 990 PetscCall(PetscObjectReference((PetscObject)Bmatis->getsub_cis)); in KSPFETIDPSetUpOperators() 991 l2l = Bmatis->getsub_cis; in KSPFETIDPSetUpOperators()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 1382 …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()
|