Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex49f.F9067 PetscCallA(PetscSortIntWithArray(iN, y, x, ierr))
/petsc/src/vec/vec/tests/
H A Dex32.c123 PetscCall(PetscSortIntWithArray(n, X, XP)); in main()
/petsc/src/sys/utils/
H A Dsorti.c690 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 Dplexcheckinterface.c91 PetscCall(PetscSortIntWithArray(n, &(*rremote1)[o], &(*rmine1)[o])); in SortByRemote_Private()
H A Dplexnatural.c129 PetscCall(PetscSortIntWithArray(Nl, sortleaves, indices)); in DMPlexCreateGlobalToNaturalSF()
H A Dplexinterpolate.c793 PetscCall(PetscSortIntWithArray(n, &(*rremote1)[o], &(*rmine1)[o])); in SortRmineRremoteByRemote_Private()
H A Dplexsubmesh.c3733 PetscCall(PetscSortIntWithArray(numSubpoints, sortedPoints, sortedIndices)); in DMPlexCreateSubmeshGeneric_Interpolated()
H A Dplex.c9167 else PetscCall(PetscSortIntWithArray(depth + 1, starts, depths)); in DMPlexCreatePointNumbering()
/petsc/src/vec/vec/utils/
H A Dvecstash.c408 PetscCall(PetscSortIntWithArray(stash->n, stash->idx, perm)); in VecStashSortCompress_Private()
H A Dvscat.c946 PetscCall(PetscSortIntWithArray(n, yindices_sorted, xindices_sorted)); in VecScatterCreate()
/petsc/src/vec/is/is/utils/
H A Disdiff.c644 PetscCall(PetscSortIntWithArray(llen, colors, inds)); in ISPairToList()
/petsc/src/mat/utils/
H A Dmatstash.c707 PetscCall(PetscSortIntWithArray(i - rowstart, &col[rowstart], &perm[rowstart])); in MatStashSortCompress_Private()
/petsc/src/vec/is/utils/
H A Disltog.c1358 PetscCall(PetscSortIntWithArray(m, tmpg, tmp)); in ISLocalToGlobalMappingSetUpBlockInfo_Private()
/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c1225 …if (pc_gamg_agg->use_minimum_degree_ordering) PetscCall(PetscSortIntWithArray(nloc, degree, permut… in PCGAMGCoarsen_AGG()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c241 …for (i = 0; i < graph->ncc; i++) PetscCall(PetscSortIntWithArray(graph->cptr[i + 1] - graph->cptr[… in PCBDDCGraphGetCandidatesIS()
H A Dbddcprivate.c1043 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 Dpetscsys.h2400 PETSC_EXTERN PetscErrorCode PetscSortIntWithArray(PetscCount, PetscInt[], PetscInt[]);
/petsc/src/vec/is/sf/interface/
H A Dsf.c1299 …PetscCall(PetscSortIntWithArray(indegree[i], PetscSafePointerPlusOffset(inranks, inoffset[i]), tmp… in PetscSFGetMultiSF()
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx298 …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 Dplextransform.c25 PetscCall(PetscSortIntWithArray(dim + 1, hStart, &dimOrder[3 - dim])); in DMPlexCreateCellTypeOrder_Internal()
/petsc/src/vec/is/section/interface/
H A Dsection.c2336 PetscCall(PetscSortIntWithArray(numSubpoints, spoints, order)); in PetscSectionCreateSubplexSection_Private()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1367 PetscCall(PetscSortIntWithArray(nuniq_verts, uniq_verts_sorted, dmplex_verts)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()