Home
last modified time | relevance | path

Searched refs:ISSum (Results 1 – 6 of 6) sorted by relevance

/petsc/doc/changes/
H A D221.md26 - ISSum() now has a throughput argument instead of one in and one
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi43 PetscErrorCode ISSum(PetscIS, PetscIS, PetscIS*)
H A DIS.pyx630 petsc.ISSum
634 CHKERR(ISSum(self.iset, iset.iset, &out.iset))
669 This function will call either `petsc.ISSum` or `petsc.ISExpand` depending
672 Sequential only (as `petsc.ISSum` is sequential only).
694 CHKERR(ISSum(self.iset, iset.iset, &out.iset))
/petsc/include/
H A Dpetscis.h103 PETSC_EXTERN PetscErrorCode ISSum(IS, IS, IS *);
/petsc/src/vec/is/is/utils/
H A Disdiff.c120 PetscErrorCode ISSum(IS is1, IS is2, IS *is3) in ISSum() function
/petsc/src/mat/impls/shell/
H A Dshell.c271 PetscCall(ISSum(shell->zrows, is1, &is2)); in MatZeroRowsColumns_Local_Shell()
307 PetscCall(ISSum(shell->zcols, is1, &is2)); in MatZeroRowsColumns_Local_Shell()