Lines Matching refs:cg2plexSF

1162 …connSection, const PetscInt face_ids[], const PetscInt conn[], PetscSF *cg2plexSF, PetscInt *plexF…  in DMPlexCGNS_MatchCGNSFacesToPlexFaces()  argument
1336 PetscCall(PetscSFCreate(comm, cg2plexSF)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1337 …PetscCall(PetscSFSetGraph(*cg2plexSF, fownedSize, myrank_total_count, NULL, PETSC_COPY_VALUES, ire… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1357 …PetscCall(PetscSectionMigrateData(*cg2plexSF, MPIU_INT, connSection, conn, connDistSection, (void … in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1467 … PetscCall(PetscSFGetGraph(*cg2plexSF, &num_roots, &num_leaves_old, NULL, &iremote_cg2plex_old)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1479 …PetscCall(PetscSFSetGraph(*cg2plexSF, num_roots, num_plex_faces_found, NULL, PETSC_COPY_VALUES, ir… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1482 PetscCall(PetscSFComputeDegreeBegin(*cg2plexSF, &root_degree)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1483 PetscCall(PetscSFComputeDegreeEnd(*cg2plexSF, &root_degree)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1818 PetscSF cg2plexSF; in DMPlexCreateCGNS_Internal_Parallel() local
1827 …uniq_verts, uniq_verts, myownede, NVertices, connSection, face_ids, conn, &cg2plexSF, &plexFaces)); in DMPlexCreateCGNS_Internal_Parallel()
1828 PetscCall(PetscSFGetGraph(cg2plexSF, NULL, &nPlexFaces, NULL, NULL)); in DMPlexCreateCGNS_Internal_Parallel()
1893 … PetscCall(PetscSFBcastBegin(cg2plexSF, MPIU_INT, cgFaceValues, plexFaceValues, MPI_REPLACE)); in DMPlexCreateCGNS_Internal_Parallel()
1894 PetscCall(PetscSFBcastEnd(cg2plexSF, MPIU_INT, cgFaceValues, plexFaceValues, MPI_REPLACE)); in DMPlexCreateCGNS_Internal_Parallel()
1912 PetscCall(PetscSFDestroy(&cg2plexSF)); in DMPlexCreateCGNS_Internal_Parallel()