Searched refs:connSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1162 …verts[], PetscInt plex_vertex_offset, PetscInt NVertices, PetscSection connSection, const PetscInt… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() argument 1186 PetscCall(PetscSectionGetStorageSize(connSection, &conn_size)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1204 PetscCall(PetscSectionGetChart(connSection, &fownedStart, &fownedEnd)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1221 PetscCall(PetscSectionGetDof(connSection, f, &fndof)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1222 PetscCall(PetscSectionGetOffset(connSection, f, &foffset)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1357 …PetscCall(PetscSectionMigrateData(*cg2plexSF, MPIU_INT, connSection, conn, connDistSection, (void … in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1815 PetscSection connSection; in DMPlexCreateCGNS_Internal_Parallel() local 1821 …tySection(*dm, cgid, base, zone, num_face_sections, face_section_ids, &connSection, NULL, &face_id… in DMPlexCreateCGNS_Internal_Parallel() 1825 if (view_connectivity) PetscCall(PetscSectionArrayView(connSection, conn, PETSC_INT, NULL)); in DMPlexCreateCGNS_Internal_Parallel() 1827 …GNSFacesToPlexFaces(*dm, nuniq_verts, uniq_verts, myownede, NVertices, connSection, face_ids, conn… in DMPlexCreateCGNS_Internal_Parallel() [all …]
|