| /petsc/src/sys/tests/ |
| H A D | ex41.c | 67 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 D | ex40.c | 87 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 D | ex12.c | 28 PetscCall(PetscSortInt(n, values)); in main() 37 PetscCall(PetscSortInt(n, values)); in main()
|
| H A D | ex49f.F90 | 62 PetscCallA(PetscSortInt(iN, x, ierr))
|
| /petsc/src/sys/classes/random/tutorials/ |
| H A D | ex1.c | 41 PetscCall(PetscSortInt(n, values)); in main() 52 PetscCall(PetscSortInt(n, values)); in main()
|
| /petsc/src/vec/is/utils/ |
| H A D | psort.c | 15 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 D | isltog.c | 1308 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 D | aobasic.c | 212 PetscCall(PetscSortInt(N, sorted)); in AOCreate_Basic() 216 PetscCall(PetscSortInt(N, sorted)); in AOCreate_Basic()
|
| /petsc/src/mat/tests/ |
| H A D | ex42.c | 79 if (!test_unsorted) PetscCall(PetscSortInt(lsize * bs, idx)); in main()
|
| /petsc/src/ts/interface/ |
| H A D | tshistory.c | 36 PetscCall(PetscSortInt(tsh->n, ids)); in TSHistoryUpdate()
|
| /petsc/src/sys/utils/ |
| H A D | sorti.c | 310 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 D | ex32.c | 84 PetscCall(PetscSortInt(n, X)); in main()
|
| /petsc/src/ts/tests/ |
| H A D | ex13.c | 54 if (sort) PetscCall(PetscSortInt(10, II)); in main()
|
| /petsc/src/mat/impls/preallocator/ |
| H A D | matpreallocator.c | 185 PetscCall(PetscSortInt(end - start, PetscSafePointerPlusOffset(cols, start))); in MatPreallocatorPreallocate_Preallocator()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | matptap.c | 244 PetscCall(PetscSortInt(apnzj, apj)); in MatPtAPNumeric_SeqAIJ_SeqAIJ_SparseAxpy()
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mmsbaij.c | 48 PetscCall(PetscSortInt(ec, garray)); in MatSetUpMultiply_MPISBAIJ()
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mmsell.c | 120 PetscCall(PetscSortInt(ec, garray)); /* sort, and rebuild */ in MatSetUpMultiply_MPISELL()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mmbaij.c | 48 PetscCall(PetscSortInt(ec, garray)); in MatSetUpMultiply_MPIBAIJ()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex52.c | 411 … PetscCall(PetscSortInt(num_null_pivots, null_pivots)); /* just make the printf deterministic */ in main()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mmaij.c | 51 PetscCall(PetscSortInt(ec, garray)); /* sort, and rebuild */ in MatSetUpMultiply_MPIAIJ()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex103.c | 215 PetscCall(PetscSortInt(num_values_serial, values_serial)); in VerifyDMLabels()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex11.c | 39 PetscCall(PetscSortInt(n, options->ornts)); in ProcessOptions()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | iscoloring.c | 486 PetscCall(PetscSortInt(nrecvs, recv_indices)); in ISBuildTwoSided()
|
| /petsc/src/mat/impls/maij/ |
| H A D | maij.c | 631 PetscCall(PetscSortInt(apnzj, apj)); in MatPtAPNumeric_SeqAIJ_SeqMAIJ() 744 PetscCall(PetscSortInt(cnzi, sparserow)); in MatPtAPSymbolic_SeqAIJ_SeqMAIJ()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexinterpolate.c | 563 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()
|