Home
last modified time | relevance | path

Searched refs:PetscSortInt (Results 1 – 25 of 47) sorted by relevance

12

/petsc/src/sys/tests/
H A Dex41.c67 PetscCall(PetscSortInt(off, array)); in main()
72 PetscCall(PetscSortInt(2, array + 2)); in main()
82 PetscCall(PetscSortInt(off, array)); in main()
135 PetscCall(PetscSortInt(off, marray)); in main()
H A Dex40.c87 PetscCall(PetscSortInt(koff, keys)); in PETSC_HASH_MAP()
95 PetscCall(PetscSortInt(voff, vals)); in PETSC_HASH_MAP()
107 PetscCall(PetscSortInt(koff, keys)); in PETSC_HASH_MAP()
108 PetscCall(PetscSortInt(voff, vals)); in PETSC_HASH_MAP()
H A Dex12.c28 PetscCall(PetscSortInt(n, values)); in main()
37 PetscCall(PetscSortInt(n, values)); in main()
H A Dex49f.F9062 PetscCallA(PetscSortInt(iN, x, ierr))
/petsc/src/sys/classes/random/tutorials/
H A Dex1.c41 PetscCall(PetscSortInt(n, values)); in main()
52 PetscCall(PetscSortInt(n, values)); in main()
/petsc/src/vec/is/utils/
H A Dpsort.c15 PetscCall(PetscSortInt(n, keys)); in PetscParallelSortInt_Bitonic_Merge()
58 PetscCall(PetscSortInt(n, keys)); in PetscParallelSortInt_Bitonic_Recursive()
246 PetscCall(PetscSortInt(mapin->n, keysin)); in PetscParallelSortInt_Samplesort()
273 PetscCall(PetscSortInt(nrecv, buffer)); in PetscParallelSortInt_Samplesort()
339 PetscCall(PetscSortInt(mapout->n, keysout)); in PetscParallelSortInt()
H A Disltog.c1308 PetscCall(PetscSortInt(leafrd[i], newleafdata + m)); in ISLocalToGlobalMappingSetUpBlockInfo_Private()
1327 …if (mapping->info_nproc) PetscCall(PetscSortInt(mapping->info_nproc - 1, mapping->info_procs + 1)); in ISLocalToGlobalMappingSetUpBlockInfo_Private()
/petsc/src/vec/is/ao/impls/basic/
H A Daobasic.c212 PetscCall(PetscSortInt(N, sorted)); in AOCreate_Basic()
216 PetscCall(PetscSortInt(N, sorted)); in AOCreate_Basic()
/petsc/src/mat/tests/
H A Dex42.c79 if (!test_unsorted) PetscCall(PetscSortInt(lsize * bs, idx)); in main()
/petsc/src/ts/interface/
H A Dtshistory.c36 PetscCall(PetscSortInt(tsh->n, ids)); in TSHistoryUpdate()
/petsc/src/sys/utils/
H A Dsorti.c310 PetscErrorCode PetscSortInt(PetscCount n, PetscInt X[]) in PetscSortInt() function
317 QuickSort1(PetscSortInt, X, N, pivot, t1); in PetscSortInt()
513 PetscCall(PetscSortInt(*n, X)); in PetscSortRemoveDupsInt()
/petsc/src/vec/vec/tests/
H A Dex32.c84 PetscCall(PetscSortInt(n, X)); in main()
/petsc/src/ts/tests/
H A Dex13.c54 if (sort) PetscCall(PetscSortInt(10, II)); in main()
/petsc/src/mat/impls/preallocator/
H A Dmatpreallocator.c185 PetscCall(PetscSortInt(end - start, PetscSafePointerPlusOffset(cols, start))); in MatPreallocatorPreallocate_Preallocator()
/petsc/src/mat/impls/aij/seq/
H A Dmatptap.c244 PetscCall(PetscSortInt(apnzj, apj)); in MatPtAPNumeric_SeqAIJ_SeqAIJ_SparseAxpy()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmmsbaij.c48 PetscCall(PetscSortInt(ec, garray)); in MatSetUpMultiply_MPISBAIJ()
/petsc/src/mat/impls/sell/mpi/
H A Dmmsell.c120 PetscCall(PetscSortInt(ec, garray)); /* sort, and rebuild */ in MatSetUpMultiply_MPISELL()
/petsc/src/mat/impls/baij/mpi/
H A Dmmbaij.c48 PetscCall(PetscSortInt(ec, garray)); in MatSetUpMultiply_MPIBAIJ()
/petsc/src/ksp/ksp/tutorials/
H A Dex52.c411 … PetscCall(PetscSortInt(num_null_pivots, null_pivots)); /* just make the printf deterministic */ in main()
/petsc/src/mat/impls/aij/mpi/
H A Dmmaij.c51 PetscCall(PetscSortInt(ec, garray)); /* sort, and rebuild */ in MatSetUpMultiply_MPIAIJ()
/petsc/src/dm/impls/plex/tests/
H A Dex103.c215 PetscCall(PetscSortInt(num_values_serial, values_serial)); in VerifyDMLabels()
/petsc/src/dm/impls/plex/tutorials/
H A Dex11.c39 PetscCall(PetscSortInt(n, options->ornts)); in ProcessOptions()
/petsc/src/vec/is/is/utils/
H A Discoloring.c486 PetscCall(PetscSortInt(nrecvs, recv_indices)); in ISBuildTwoSided()
/petsc/src/mat/impls/maij/
H A Dmaij.c631 PetscCall(PetscSortInt(apnzj, apj)); in MatPtAPNumeric_SeqAIJ_SeqMAIJ()
744 PetscCall(PetscSortInt(cnzi, sparserow)); in MatPtAPSymbolic_SeqAIJ_SeqMAIJ()
/petsc/src/dm/impls/plex/
H A Dplexinterpolate.c563 PetscCall(PetscSortInt(faceSize, (PetscInt *)&key)); in DMPlexInterpolateFaces_Internal()
612 PetscCall(PetscSortInt(faceSize, (PetscInt *)&key)); in DMPlexInterpolateFaces_Internal()
1487 PetscCall(PetscSortInt(NlNew, PetscSafePointerPlusOffset(localPointsNew, Nl))); in DMPlexInterpolatePointSF()

12