Home
last modified time | relevance | path

Searched refs:ISAllGather (Results 1 – 17 of 17) sorted by relevance

/petsc/src/vec/is/is/tests/
H A Dex3.c32 PetscCall(ISAllGather(is, &newis)); in main()
/petsc/src/mat/tests/
H A Dex40.c22 PetscCall(ISAllGather(iis, &is)); in ISAllGatherDisjoint()
/petsc/src/mat/utils/
H A Doverlapsplit.c69 PetscCall(ISAllGather(is_sc, &allis_sc)); in MatIncreaseOverlapSplit_Single()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi21 PetscErrorCode ISAllGather(PetscIS, PetscIS*)
H A DIS.pyx313 petsc.ISAllGather
317 CHKERR(ISAllGather(self.iset, &iset.iset))
/petsc/include/
H A Dpetscis.h123 PETSC_EXTERN PetscErrorCode ISAllGather(IS, IS *);
/petsc/src/mat/impls/sbaij/mpi/
H A Dsbaijov.c220 PetscCall(ISAllGather(garray_local, &garray_gl)); in MatIncreaseOverlap_MPISBAIJ_Once()
H A Dmpisbaij.c1377 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 Dipm.c318 PetscCall(ISAllGather(ipmP->isxl, &bigxl)); in IPMInitializeBounds()
345 PetscCall(ISAllGather(ipmP->isxu, &bigxu)); in IPMInitializeBounds()
/petsc/src/vec/is/is/utils/
H A Discoloring.c670 PetscErrorCode ISAllGather(IS is, IS *isout) in ISAllGather() function
/petsc/doc/changes/
H A D32.md86 ISAllGather().
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c160 PetscCall(ISAllGather(is, &istmp)); in ISInvertPermutation_General()
/petsc/src/mat/impls/nest/
H A Dmatnest.c1959 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 Dplexhdf5.c1499 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 Dmpibaij.c1892 PetscCall(ISAllGather(iscol, &iscol_local)); in MatCreateSubMatrix_MPIBAIJ()
2064 PetscCall(ISAllGather(colp, &lcolp)); in MatPermute_MPIBAIJ()
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c301 PetscCall(ISAllGather(iscol, &iscol_local)); in MatCreateSubMatrix_MPIDense()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c3120 PetscCall(ISAllGather(iscol, &iscol_local)); in ISGetSeqIS_Private()