Lines Matching refs:conn

1162 …ices, PetscSection connSection, const PetscInt face_ids[], const PetscInt conn[], PetscSF *cg2plex…  in DMPlexCGNS_MatchCGNSFacesToPlexFaces()  argument
1187 for (PetscInt v = 0; v < conn_size; ++v) PetscCall(PetscHSetIAdd(vhash, conn[v])); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1223 PetscCall(PetscFindInt(conn[foffset + 0], nuniq_face_verts, uniq_face_verts, &idx)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1234 PetscCall(PetscFindInt(conn[foffset + v], nuniq_face_verts, uniq_face_verts, &idx)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1357 …PetscCall(PetscSectionMigrateData(*cg2plexSF, MPIU_INT, connSection, conn, connDistSection, (void … in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1817 PetscInt *face_ids, *conn, *plexFaces; in DMPlexCreateCGNS_Internal_Parallel() local
1821 …e, zone, num_face_sections, face_section_ids, &connSection, NULL, &face_ids, &cgnsLayouts, &conn)); in DMPlexCreateCGNS_Internal_Parallel()
1825 if (view_connectivity) PetscCall(PetscSectionArrayView(connSection, conn, PETSC_INT, NULL)); in DMPlexCreateCGNS_Internal_Parallel()
1827 …*dm, nuniq_verts, uniq_verts, myownede, NVertices, connSection, face_ids, conn, &cg2plexSF, &plexF… in DMPlexCreateCGNS_Internal_Parallel()
1913 PetscCall(PetscFree(conn)); in DMPlexCreateCGNS_Internal_Parallel()
2119 cgsize_t *conn = NULL; in DMView_PlexCGNS() local
2148 if (!conn) PetscCall(PetscMalloc1(e_owned * elem_size, &conn)); in DMView_PlexCGNS()
2150 …for (PetscInt j = 0; j < elem_size; j++) conn[c++] = node_l2g[closure_indices[perm[j] * coord_dim]… in DMView_PlexCGNS()
2170 …_write_data(cgv->file_num, base, zone, section, e_start + 1, e_start + e_owned, conn), dm, viewer); in DMView_PlexCGNS()
2172 PetscCall(PetscFree(conn)); in DMView_PlexCGNS()
2222 cgsize_t *parents, *conn = NULL; in DMView_PlexCGNS() local
2272 if (!conn) { in DMView_PlexCGNS()
2273 PetscCall(PetscMalloc1(f_owned * elem_size, &conn)); in DMView_PlexCGNS()
2278 …for (PetscInt j = 0; j < elem_size; j++) conn[c++] = node_l2g[closure_indices[perm[j] * coord_dim]… in DMView_PlexCGNS()
2299 …_write_data(cgv->file_num, base, zone, section, f_start + 1, f_start + f_owned, conn), dm, viewer); in DMView_PlexCGNS()
2301 PetscCall(PetscFree(conn)); in DMView_PlexCGNS()