Searched refs:ISExpand (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/vec/vec/utils/tagger/impls/ |
| H A D | or.c | 127 PetscCall(ISExpand(unionIS, subIS, &newUnionIS)); in VecTaggerComputeIS_Or()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscis.pxi | 44 PetscErrorCode ISExpand(PetscIS, PetscIS, PetscIS*)
|
| H A D | IS.pyx | 657 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 D | ex81.c | 122 PetscCall(ISExpand(expand1, rows[M + i], &expand2)); in main()
|
| /petsc/include/ |
| H A D | petscis.h | 104 PETSC_EXTERN PetscErrorCode ISExpand(IS, IS, IS *);
|
| /petsc/src/vec/is/is/utils/ |
| H A D | isdiff.c | 268 PetscErrorCode ISExpand(IS is1, IS is2, IS *isout) in ISExpand() function
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 1291 PetscCall(ISExpand(pointSF_out_is, pointSF_in_is, is)); in PointSFGetInterfacePoints_Private()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 573 PetscCall(ISExpand(ndsub, is2, &is)); in MatMPIXAIJComputeLocalToGlobalMapping_Private()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 1976 PetscCall(ISExpand(data->is, loc, is)); in PCSetUp_HPDDM()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 2031 PetscCall(ISExpand(facePosIS, faceNegIS, &dimIS)); in CheckFaultEdge_Private()
|