Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1455 PetscBool some_faces_not_found = num_plex_faces_found < numfdist; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1456 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()