Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1398 PetscInt fdistStart, fdistEnd, numfdist; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1402 numfdist = fdistEnd - fdistStart; in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1403 PetscCall(PetscMalloc1(numfdist, plexFaces)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1404 PetscCall(PetscBTCreate(numfdist, &plex_face_found)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1405 for (PetscInt i = 0; i < numfdist; i++) (*plexFaces)[i] = -1; in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1454 PetscCount num_plex_faces_found = PetscBTCountSet(plex_face_found, numfdist); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1455 PetscBool some_faces_not_found = num_plex_faces_found < numfdist; in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1469 …PetscAssert(num_leaves_old == numfdist, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Inconsistent leaves and … in DMPlexCGNS_MatchCGNSFacesToPlexFaces()