Home
last modified time | relevance | path

Searched refs:sameComm (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c595 PetscMPIInt sameComm, pparts; in PetscPartitionerPartition_Multistage() local
623 PetscCallMPI(MPI_Group_compare(group, pgroup, &sameComm)); in PetscPartitionerPartition_Multistage()
624 if (sameComm != MPI_UNEQUAL) { in PetscPartitionerPartition_Multistage()
/petsc/src/dm/impls/stag/
H A Dstag.c578 PetscMPIInt sameComm; in DMGetCompatibility_Stag() local
592 PetscCallMPI(MPI_Comm_compare(comm, PetscObjectComm((PetscObject)dm2), &sameComm)); in DMGetCompatibility_Stag()
593 if (sameComm != MPI_IDENT) { in DMGetCompatibility_Stag()