| /petsc/lib/petsc/bin/maint/ |
| H A D | check-merge-branch.sh | 9 …git fetch -q ${UNSHALLOW} --no-tags origin +"${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}":remotes/origi… 15 …git fetch -q ${UNSHALLOW} --no-tags origin +release:remotes/origin/release +main:remotes/origin/ma…
|
| /petsc/doc/developers/ |
| H A D | mrfork.md | 27 fetch = +refs/heads/*:refs/remotes/origin/* 28 fetch = +refs/merge-requests/*:refs/remotes/origin/merge-requests/*
|
| /petsc/src/vec/is/sf/impls/window/ |
| H A D | sfwindow.c | 360 PetscSFNode *remotes; in PetscSFWindowCreateDynamicSF() local 363 PetscCall(PetscMalloc1(sf->nranks, &remotes)); in PetscSFWindowCreateDynamicSF() 365 remotes[i].rank = sf->ranks[i]; in PetscSFWindowCreateDynamicSF() 366 remotes[i].index = 0; in PetscSFWindowCreateDynamicSF() 370 …PetscCall(PetscSFSetGraph(*dynsf, 1, sf->nranks, NULL, PETSC_OWN_POINTER, remotes, PETSC_OWN_POINT… in PetscSFWindowCreateDynamicSF() 766 PetscSFNode *remotes; in PetscSFSetUp_Window() local 781 PetscCall(PetscMalloc1(sf->nranks, &remotes)); in PetscSFSetUp_Window() 783 remotes[i].rank = w->wcommranks[i]; in PetscSFSetUp_Window() 784 remotes[i].index = 0; in PetscSFSetUp_Window() 786 …PetscCall(PetscSFSetGraph(w->dynsf, 1, sf->nranks, NULL, PETSC_OWN_POINTER, remotes, PETSC_OWN_POI… in PetscSFSetUp_Window()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1216 const PetscSFNode *remotes; in DMSetUp_pforest() local 1220 PetscCall(PetscSFGetGraph(preCoarseToFine, &nroots, &nleaves, &leaves, &remotes)); in DMSetUp_pforest() 1226 … for (i = 0; i < nleaves; i++) remotesAll[(leaves ? leaves[i] : i) + cLocalStart] = remotes[i]; in DMSetUp_pforest() 1259 const PetscSFNode *remotes; in DMSetUp_pforest() local 1263 PetscCall(PetscSFGetGraph(coarseToPreFine, &nroots, &nleaves, &leaves, &remotes)); in DMSetUp_pforest() 1293 if (i > nleavesExpanded) remotesExpanded[nleavesExpanded] = remotes[i]; in DMSetUp_pforest() 1889 sc_array_t *remotes = sc_array_new(2 * sizeof(p4est_locidx_t)); in P4estToPlex_Local() local 1892 …_dim, cone_sizes, cones, cone_orientations, coords, children, parents, childids, leaves, remotes)); in P4estToPlex_Local() 1913 sc_array_destroy(remotes); in P4estToPlex_Local() 4118 …cone_sizes, *cones, *cone_orientations, *coords, *children, *parents, *childids, *leaves, *remotes; in DMConvert_pforest_plex() local [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 248 const PetscSFNode *remotes; in DMPlexCreateAdjacencySection_Static() local 270 PetscCall(PetscSFGetGraph(sf, NULL, &nleaves, &leaves, &remotes)); in DMPlexCreateAdjacencySection_Static() 283 if (remotes[l].rank == myrank) { in DMPlexCreateAdjacencySection_Static() 286 *slot = remotes[l].index; in DMPlexCreateAdjacencySection_Static()
|
| H A D | plexinterpolate.c | 802 const PetscSFNode *remotes; in DMPlexOrientInterface_Internal() local 821 PetscCall(PetscSFGetGraph(sf, &nroots, &nleaves, &locals, &remotes)); in DMPlexOrientInterface_Internal() 853 roots[p][c] = remotes[ind0].index; in DMPlexOrientInterface_Internal() 854 PetscCall(PetscMPIIntCast(remotes[ind0].rank, &rootsRanks[p][c])); in DMPlexOrientInterface_Internal() 997 const PetscSFNode *remotes; in DMPlexMapToGlobalPoint() local 1005 PetscCall(PetscSFGetGraph(sf, NULL, &Nl, &locals, &remotes)); in DMPlexMapToGlobalPoint() 1013 } else *remotePoint = remotes[l]; in DMPlexMapToGlobalPoint()
|
| H A D | plexcreate.c | 2223 PetscSFNode *remotes; in DMPlexCreateHypercubicMesh_Internal() local 2338 PetscCall(PetscMalloc1(Nl, &remotes)); in DMPlexCreateHypercubicMesh_Internal() 2372 remotes[Nl2].rank = TupleToIndex_Private(dim, procs, rrank); in DMPlexCreateHypercubicMesh_Internal() 2389 remotes[Nl2].index = TupleToIndex_Private(dim, rvertices, rvert) + rnumCells; in DMPlexCreateHypercubicMesh_Internal() 2390 …_FMT " (%" PetscInt_FMT ", %" PetscInt_FMT ")\n", leaves[Nl2], remotes[Nl2].rank, remotes[Nl2].ind… in DMPlexCreateHypercubicMesh_Internal() 2408 …PetscCall(PetscSFSetGraph(sf, numCells + numVertices, Nl, leaves, PETSC_OWN_POINTER, remotes, PETS… in DMPlexCreateHypercubicMesh_Internal()
|
| H A D | plex.c | 9729 const PetscSFNode *remotes; in DMPlexCheckPointSF() local 9747 PetscCall(PetscSFGetGraph(pointSF, &nroots, &nleaves, &locals, &remotes)); in DMPlexCheckPointSF()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1868 PetscSFNode *remotes; in DMPlexCreateCGNS_Internal_Parallel() local 1869 PetscCall(PetscMalloc2(bcSize, &remotes, bcSize, &label_values)); in DMPlexCreateCGNS_Internal_Parallel() 1875 remotes[p].rank = bcrank; in DMPlexCreateCGNS_Internal_Parallel() 1876 remotes[p].index = bcidx; in DMPlexCreateCGNS_Internal_Parallel() 1889 …PetscCall(PetscSFSetGraph(cg2bcSF, nCgFaces, bcSize, NULL, PETSC_COPY_VALUES, remotes, PETSC_USE_P… in DMPlexCreateCGNS_Internal_Parallel() 1896 PetscCall(PetscFree2(remotes, label_values)); in DMPlexCreateCGNS_Internal_Parallel()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 9816 PetscSFNode *remotes; in MatAIJExtractRows() local 9839 PetscCall(PetscMalloc1(di[ni], &remotes)); in MatAIJExtractRows() 9849 remotes[c].rank = rank; in MatAIJExtractRows() 9850 remotes[c].index = ldata[2 * i + 1] + j; in MatAIJExtractRows() 9855 …PetscCall(PetscSFSetGraph(sf, da->i[m], di[ni], NULL, PETSC_USE_POINTER, remotes, PETSC_USE_POINTE… in MatAIJExtractRows() 9867 PetscCall(PetscFree(remotes)); in MatAIJExtractRows()
|