Searched refs:some_faces_not_found (Results 1 – 1 of 1) sorted by relevance
1455 PetscBool some_faces_not_found = num_plex_faces_found < numfdist; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local1456 PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &some_faces_not_found, 1, MPI_C_BOOL, MPI_LOR, comm)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1457 if (some_faces_not_found) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces()