Home
last modified time | relevance | path

Searched defs:scomm (Results 1 – 9 of 9) sorted by relevance

/petsc/src/sys/objects/
H A Dsubcomm.c322 PetscErrorCode PetscSubcommGetParent(PetscSubcomm scomm, MPI_Comm *pcomm) in PetscSubcommGetParent()
345 PetscErrorCode PetscSubcommGetContiguousParent(PetscSubcomm scomm, MPI_Comm *pcomm) in PetscSubcommGetContiguousParent()
367 PetscErrorCode PetscSubcommGetChild(PetscSubcomm scomm, MPI_Comm *ccomm) in PetscSubcommGetChild()
/petsc/src/ksp/ksp/tests/benchmarkscatters/
H A Dex2.c12 PetscCommShared scomm; in main() local
/petsc/src/mat/tests/
H A Dex83.c22 MPI_Comm comm, scomm; in main() local
/petsc/src/mat/utils/
H A Doverlapsplit.c21 MPI_Comm gcomm, dcomm, scomm; in MatIncreaseOverlapSplit_Single() local
/petsc/src/sys/tests/
H A Dex15.cxx89 PetscShmComm scomm; in main() local
/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c341 PETSC_EXTERN void petscsubcommgetparent_(PetscSubcomm *scomm, MPI_Fint *pcomm, int *ierr) in petscsubcommgetparent_()
349 PETSC_EXTERN void petscsubcommgetcontiguousparent_(PetscSubcomm *scomm, MPI_Fint *pcomm, int *ierr) in petscsubcommgetcontiguousparent_()
357 PETSC_EXTERN void petscsubcommgetchild_(PetscSubcomm *scomm, MPI_Fint *ccomm, int *ierr) in petscsubcommgetchild_()
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope.h41 static inline PetscBool PetscSubcomm_isActiveRank(PetscSubcomm scomm) in PetscSubcomm_isActiveRank()
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c46 MPI_Comm comm, scomm; in MatPartitioningApply_Hierarchical() local
/petsc/include/
H A Dpetscsys.h2573 static inline MPI_Comm PetscSubcommParent(PetscSubcomm scomm) in PetscSubcommParent()
2577 static inline MPI_Comm PetscSubcommChild(PetscSubcomm scomm) in PetscSubcommChild()
2581 static inline MPI_Comm PetscSubcommContiguousParent(PetscSubcomm scomm) in PetscSubcommContiguousParent()