Searched refs:cg2plexSF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 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() [all …]
|