Searched refs:uniq_verts (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1162 …_MatchCGNSFacesToPlexFaces(DM dm, PetscInt nuniq_verts, const PetscInt uniq_verts[], PetscInt plex… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() argument 1195 …PetscCall(PetscSFFindMatchingIndices(layout, nuniq_verts, uniq_verts, NULL, 0, nuniq_face_verts, u… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1364 PetscCall(PetscArraycpy(uniq_verts_sorted, uniq_verts, nuniq_verts)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1593 PetscInt *uniq_verts, nuniq_verts; in DMPlexCreateCGNS_Internal_Parallel() local 1637 …omCellListParallel(*dm, myownede, myownedv, NVertices, numCorners, elementsQ1, NULL, &uniq_verts)); in DMPlexCreateCGNS_Internal_Parallel() 1827 …PetscCall(DMPlexCGNS_MatchCGNSFacesToPlexFaces(*dm, nuniq_verts, uniq_verts, myownede, NVertices, … in DMPlexCreateCGNS_Internal_Parallel() 1919 PetscCall(PetscFree(uniq_verts)); in DMPlexCreateCGNS_Internal_Parallel()
|