Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1454 PetscCount num_plex_faces_found = PetscBTCountSet(plex_face_found, numfdist); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1455 PetscBool some_faces_not_found = num_plex_faces_found < numfdist; in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1462 PetscCall(PetscMalloc1(num_plex_faces_found, &iremote_cg2plex_new)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1463 PetscCall(PetscCalloc1(num_plex_faces_found, &plexFacesNew)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1477num_plex_faces_found, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Found %" PetscCount_FMT " matching plex fa… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1479 …PetscCall(PetscSFSetGraph(*cg2plexSF, num_roots, num_plex_faces_found, NULL, PETSC_COPY_VALUES, ir… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1490 for (PetscInt i = 0; i < num_plex_faces_found; i++) in DMPlexCGNS_MatchCGNSFacesToPlexFaces()