Home
last modified time | relevance | path

Searched defs:newcomm (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/tests/
H A Dex53.c15 MPI_Comm newcomm; in main() local
/petsc/src/vec/is/sf/tests/
H A Dex6.c11 MPI_Comm newcomm; in main() local
/petsc/src/dm/impls/stag/
H A Dstagintern.c36 MPI_Comm newcomm; in DMStagDuplicateWithoutSetup() local
/petsc/src/sys/mpiuni/
H A Dmpi.c288 int MPI_Comm_create(MPI_Comm comm, MPI_Group group, MPI_Comm *newcomm) in MPI_Comm_create()
632 PETSC_EXTERN void petsc_mpi_comm_split_(MPI_Comm *comm, int *color, int *key, MPI_Comm *newcomm, in… in petsc_mpi_comm_split_()
734 PETSC_EXTERN void petsc_mpi_comm_create_(int *comm, int *group, int *newcomm, int *ierr) in petsc_mpi_comm_create_()
/petsc/include/petsc/mpiuni/
H A Dmpi.h537 …#define MPI_Comm_split(comm, color, key, newcomm) … argument
538 …#define MPI_Comm_split_type(comm, color, key, info, newcomm) … argument
557 …#define MPI_Cart_sub(comm, remain_dims, newcomm) … argument
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c1789 MPI_Comm newcomm; in PetscLogHandlerView_Default_Info() local
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2006 PetscErrorCode DMPlexDistributeOverlap_Internal(DM dm, PetscInt overlap, MPI_Comm newcomm, const ch… in DMPlexDistributeOverlap_Internal()