Home
last modified time | relevance | path

Searched refs:connDist (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1353 PetscInt *connDist; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1357 …onMigrateData(*cg2plexSF, MPIU_INT, connSection, conn, connDistSection, (void **)&connDist, NULL)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1372 PetscCall(PetscFindInt(connDist[v], nuniq_verts, uniq_verts_sorted, &idx)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1374 connDist[v] = dmplex_verts[idx]; in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1387 PetscCall(PetscSectionArrayView(connDistSection, connDist, PETSC_INT, NULL)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1415 …PetscCall(DMPlexGetTransitiveClosure(dm, connDist[offset + 0], PETSC_FALSE, &support_size, &suppor… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1426 PetscCall(PetscFindIntUnsorted(vertex_point, ndof, &connDist[offset], &conn_has_vertex)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1436 …PetscCall(DMPlexRestoreTransitiveClosure(dm, connDist[offset + 0], PETSC_FALSE, &support_size, &su… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1500 PetscCall(PetscFree(connDist)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()