Searched refs:ISAllGather (Results 1 – 17 of 17) sorted by relevance
| /petsc/src/vec/is/is/tests/ |
| H A D | ex3.c | 32 PetscCall(ISAllGather(is, &newis)); in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex40.c | 22 PetscCall(ISAllGather(iis, &is)); in ISAllGatherDisjoint()
|
| /petsc/src/mat/utils/ |
| H A D | overlapsplit.c | 69 PetscCall(ISAllGather(is_sc, &allis_sc)); in MatIncreaseOverlapSplit_Single()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscis.pxi | 21 PetscErrorCode ISAllGather(PetscIS, PetscIS*)
|
| H A D | IS.pyx | 313 petsc.ISAllGather 317 CHKERR(ISAllGather(self.iset, &iset.iset))
|
| /petsc/include/ |
| H A D | petscis.h | 123 PETSC_EXTERN PetscErrorCode ISAllGather(IS, IS *);
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | sbaijov.c | 220 PetscCall(ISAllGather(garray_local, &garray_gl)); in MatIncreaseOverlap_MPISBAIJ_Once()
|
| H A D | mpisbaij.c | 1377 PetscCall(ISAllGather(iscol, &iscol_local)); in MatCreateSubMatrix_MPISBAIJ() 1390 PetscCall(ISAllGather(isrow, &isrow_local)); in MatCreateSubMatrix_MPISBAIJ()
|
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | ipm.c | 318 PetscCall(ISAllGather(ipmP->isxl, &bigxl)); in IPMInitializeBounds() 345 PetscCall(ISAllGather(ipmP->isxu, &bigxu)); in IPMInitializeBounds()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | iscoloring.c | 670 PetscErrorCode ISAllGather(IS is, IS *isout) in ISAllGather() function
|
| /petsc/doc/changes/ |
| H A D | 32.md | 86 ISAllGather().
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 160 PetscCall(ISAllGather(is, &istmp)); in ISInvertPermutation_General()
|
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 1959 PetscCall(ISAllGather(nest->isglobal.col[j], &bNis)); in MatAXPY_Dense_Nest() 2116 PetscCall(ISAllGather(nest->isglobal.col[j], &bNis)); in MatConvert_Nest_AIJ()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1499 PetscCall(ISAllGather(pvalueIS, &globalValueIS)); in DMPlexLabelsView_HDF5_Internal() 2643 PetscCall(ISAllGather(spOnComm, &strataPermutation)); in DMPlexTopologyLoad_HDF5_Private()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 1892 PetscCall(ISAllGather(iscol, &iscol_local)); in MatCreateSubMatrix_MPIBAIJ() 2064 PetscCall(ISAllGather(colp, &lcolp)); in MatPermute_MPIBAIJ()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 301 PetscCall(ISAllGather(iscol, &iscol_local)); in MatCreateSubMatrix_MPIDense()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 3120 PetscCall(ISAllGather(iscol, &iscol_local)); in ISGetSeqIS_Private()
|