| /petsc/src/sys/tests/ |
| H A D | ex49f.F90 | 67 PetscCallA(PetscSortIntWithArray(iN, y, x, ierr))
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex32.c | 123 PetscCall(PetscSortIntWithArray(n, X, XP)); in main()
|
| /petsc/src/sys/utils/ |
| H A D | sorti.c | 690 PetscErrorCode PetscSortIntWithArray(PetscCount n, PetscInt X[], PetscInt Y[]) in PetscSortIntWithArray() function 695 QuickSort2(PetscSortIntWithArray, X, Y, n, pivot, t1, t2); in PetscSortIntWithArray()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcheckinterface.c | 91 PetscCall(PetscSortIntWithArray(n, &(*rremote1)[o], &(*rmine1)[o])); in SortByRemote_Private()
|
| H A D | plexnatural.c | 129 PetscCall(PetscSortIntWithArray(Nl, sortleaves, indices)); in DMPlexCreateGlobalToNaturalSF()
|
| H A D | plexinterpolate.c | 793 PetscCall(PetscSortIntWithArray(n, &(*rremote1)[o], &(*rmine1)[o])); in SortRmineRremoteByRemote_Private()
|
| H A D | plexsubmesh.c | 3733 PetscCall(PetscSortIntWithArray(numSubpoints, sortedPoints, sortedIndices)); in DMPlexCreateSubmeshGeneric_Interpolated()
|
| H A D | plex.c | 9167 else PetscCall(PetscSortIntWithArray(depth + 1, starts, depths)); in DMPlexCreatePointNumbering()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vecstash.c | 408 PetscCall(PetscSortIntWithArray(stash->n, stash->idx, perm)); in VecStashSortCompress_Private()
|
| H A D | vscat.c | 946 PetscCall(PetscSortIntWithArray(n, yindices_sorted, xindices_sorted)); in VecScatterCreate()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | isdiff.c | 644 PetscCall(PetscSortIntWithArray(llen, colors, inds)); in ISPairToList()
|
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 707 PetscCall(PetscSortIntWithArray(i - rowstart, &col[rowstart], &perm[rowstart])); in MatStashSortCompress_Private()
|
| /petsc/src/vec/is/utils/ |
| H A D | isltog.c | 1358 PetscCall(PetscSortIntWithArray(m, tmpg, tmp)); in ISLocalToGlobalMappingSetUpBlockInfo_Private()
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | agg.c | 1225 …if (pc_gamg_agg->use_minimum_degree_ordering) PetscCall(PetscSortIntWithArray(nloc, degree, permut… in PCGAMGCoarsen_AGG()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 241 …for (i = 0; i < graph->ncc; i++) PetscCall(PetscSortIntWithArray(graph->cptr[i + 1] - graph->cptr[… in PCBDDCGraphGetCandidatesIS()
|
| H A D | bddcprivate.c | 1043 PetscCall(PetscSortIntWithArray(cum, gidxs, extrow)); in PCBDDCNedelecSupport() 1189 PetscCall(PetscSortIntWithArray(cum, gidxs, extrow)); in PCBDDCNedelecSupport() 7819 PetscCall(PetscSortIntWithArray(xadj[1], adjncy, adjncy_wgt)); in PCBDDCMatISGetSubassemblingPattern() 7856 PetscCall(PetscSortIntWithArray(xadj[1], adjncy, adjncy_wgt)); in PCBDDCMatISGetSubassemblingPattern()
|
| /petsc/include/ |
| H A D | petscsys.h | 2400 PETSC_EXTERN PetscErrorCode PetscSortIntWithArray(PetscCount, PetscInt[], PetscInt[]);
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 1299 …PetscCall(PetscSortIntWithArray(indegree[i], PetscSafePointerPlusOffset(inranks, inoffset[i]), tmp… in PetscSFGetMultiSF()
|
| /petsc/src/mat/impls/aij/seq/kokkos/ |
| H A D | aijkok.kokkos.cxx | 298 …for (PetscInt i = 0; i < n; i++) PetscCall(PetscSortIntWithArray(Ti[i + 1] - Ti[i], Tj + Ti[i], pe… in MatSeqAIJKokkosGenerateTransposeStructure()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 25 PetscCall(PetscSortIntWithArray(dim + 1, hStart, &dimOrder[3 - dim])); in DMPlexCreateCellTypeOrder_Internal()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 2336 PetscCall(PetscSortIntWithArray(numSubpoints, spoints, order)); in PetscSectionCreateSubplexSection_Private()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1367 PetscCall(PetscSortIntWithArray(nuniq_verts, uniq_verts_sorted, dmplex_verts)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
|