Home
last modified time | relevance | path

Searched refs:ISExpand (Results 1 – 10 of 10) sorted by relevance

/petsc/src/vec/vec/utils/tagger/impls/
H A Dor.c127 PetscCall(ISExpand(unionIS, subIS, &newUnionIS)); in VecTaggerComputeIS_Or()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi44 PetscErrorCode ISExpand(PetscIS, PetscIS, PetscIS*)
H A DIS.pyx657 petsc.ISExpand
661 CHKERR(ISExpand(self.iset, iset.iset, &out.iset))
669 This function will call either `petsc.ISSum` or `petsc.ISExpand` depending
696 CHKERR(ISExpand(self.iset, iset.iset, &out.iset))
/petsc/src/ksp/ksp/tutorials/
H A Dex81.c122 PetscCall(ISExpand(expand1, rows[M + i], &expand2)); in main()
/petsc/include/
H A Dpetscis.h104 PETSC_EXTERN PetscErrorCode ISExpand(IS, IS, IS *);
/petsc/src/vec/is/is/utils/
H A Disdiff.c268 PetscErrorCode ISExpand(IS is1, IS is2, IS *isout) in ISExpand() function
/petsc/src/dm/impls/plex/tests/
H A Dex18.c1291 PetscCall(ISExpand(pointSF_out_is, pointSF_in_is, is)); in PointSFGetInterfacePoints_Private()
/petsc/src/mat/impls/is/
H A Dmatis.c573 PetscCall(ISExpand(ndsub, is2, &is)); in MatMPIXAIJComputeLocalToGlobalMapping_Private()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1976 PetscCall(ISExpand(data->is, loc, is)); in PCSetUp_HPDDM()
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c2031 PetscCall(ISExpand(facePosIS, faceNegIS, &dimIS)); in CheckFaultEdge_Private()