Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/tests/
H A Dex6.c50 PetscCall(ISComplement(is[0], rstart, rend, &isc)); in main()
/petsc/src/snes/impls/multiblock/
H A Dmultiblock.c147 PetscCall(ISComplement(zerodiags, nmin, nmax, &rest)); in SNESMultiblockSetDefaults()
177 PetscCall(ISComplement(blocks->is, nmin, nmax, &is2)); in SNESMultiblockSetDefaults()
291 PetscCall(ISComplement(ilink->is,rstart,rend,&ccis)); in SNESSetUp_Multiblock()
295 PetscCall(ISComplement(ilink->is,rstart,rend,&ccis)); in SNESSetUp_Multiblock()
307 PetscCall(ISComplement(ilink->is,rstart,rend,&ccis)); in SNESSetUp_Multiblock()
311 PetscCall(ISComplement(ilink->is,rstart,rend,&ccis)); in SNESSetUp_Multiblock()
/petsc/src/vec/vec/tests/
H A Dex38.c46 PetscCall(ISComplement(is0, rstart, rend, &is1)); in main()
/petsc/src/ksp/ksp/tests/
H A Dex9.c50 PetscCall(ISComplement(f[0], rstart, rend, &f[1])); in main()
/petsc/src/snes/impls/vi/rs/
H A Dvirs.c371 PetscCall(ISComplement(IS_redact, X->map->rstart, X->map->rend, &vi->IS_inact)); in SNESSolve_VINEWTONRSLS()
374 PetscCall(ISComplement(IS_act, X->map->rstart, X->map->rend, &vi->IS_inact)); in SNESSolve_VINEWTONRSLS()
377 PetscCall(ISComplement(IS_act, X->map->rstart, X->map->rend, &vi->IS_inact)); in SNESSolve_VINEWTONRSLS()
406 PetscCall(ISComplement(vi->IS_inact, F->map->rstart, F->map->rend, &IS_act)); in SNESSolve_VINEWTONRSLS()
/petsc/src/vec/vec/utils/tagger/tutorials/
H A Dex1.c125 PetscCall(ISComplement(isBlockGlobal, localStart, localEnd, &isComp)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi46 PetscErrorCode ISComplement(PetscIS, PetscInt, PetscInt, PetscIS*)
H A DIS.pyx750 IS.allGather, petsc.ISComplement
756 CHKERR(ISComplement(self.iset, cnmin, cnmax, &out.iset))
/petsc/src/ksp/pc/tutorials/
H A Dex4.c230 PetscCall(ISComplement(boundary_is, astart, aend, &bulk_is)); in main()
/petsc/include/
H A Dpetscis.h124 PETSC_EXTERN PetscErrorCode ISComplement(IS, PetscInt, PetscInt, IS *);
/petsc/src/vec/is/is/utils/
H A Discoloring.c785 PetscErrorCode ISComplement(IS is, PetscInt nmin, PetscInt nmax, IS *isout) in ISComplement() function
/petsc/src/mat/tests/
H A Dex23.c402 PetscCall(ISComplement(reven, 0, lm, &rodd)); in main()
404 PetscCall(ISComplement(ceven, 0, ln, &codd)); in main()
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c841 PetscCall(ISComplement(II, 0, n, &BB)); in KSPFETIDPSetUpOperators()
985 PetscCall(ISComplement(Ps, m, M, &V)); in KSPFETIDPSetUpOperators()
/petsc/src/vec/vec/utils/
H A Dprojection.c636 PetscCall(ISComplement(S, start, end, T)); in ISComplementVec()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busadj.c806 PetscCall(ISComplement(user.is_diff, 0, user.neqs_pgrid, &user.is_alg)); in main()
H A Dex9busoptfd.c858 PetscCall(ISComplement(user.is_diff, 0, user.neqs_pgrid, &user.is_alg)); in main()
H A Dex9bus.c1095 PetscCall(ISComplement(user.is_diff, 0, user.neqs_pgrid, &user.is_alg)); in main()
H A Dex9busopt.c1064 PetscCall(ISComplement(user.is_diff, 0, user.neqs_pgrid, &user.is_alg)); in main()
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c485 PetscCall(ISComplement(zerodiags, nmin, nmax, &rest)); in PCFieldSplitSetDefaults()
543 PetscCall(ISComplement(ilink->is, nmin, nmax, &is2)); in PCFieldSplitSetDefaults()
/petsc/src/mat/impls/is/
H A Dmatis.c2992 PetscCall(ISComplement(nzr, 0, nr, &zr)); in MatAssemblyEnd_IS()
2993 PetscCall(ISComplement(nzc, 0, nc, &zc)); in MatAssemblyEnd_IS()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c1753 PetscCall(ISComplement(EE, 0, nS, &II)); in PCBDDCSubSchursSetUp()
H A Dbddcprivate.c4674 PetscCall(ISComplement(tis, 0, pcis->n, &is_aux)); in PCBDDCSetUpCorrection()
4677 PetscCall(ISComplement(pcbddc->is_R_local, 0, pcis->n, &is_aux)); in PCBDDCSetUpCorrection()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1988 PetscCall(ISComplement(uis, 0, B->rmap->N, is)); in PCSetUp_HPDDM()
/petsc/src/mat/interface/
H A Dmatrix.c353 PetscCall(ISComplement(keptrows, m, n, zerorows)); in MatFindZeroRows()