Searched refs:PetscSortRealWithArrayInt (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | tshistory.c | 54 PetscCall(PetscSortRealWithArrayInt(tsh->n, tsh->hist, tsh->hist_id)); in TSHistoryGetTime() 69 PetscCall(PetscSortRealWithArrayInt(tsh->n, tsh->hist, tsh->hist_id)); in TSHistoryGetTimeStep() 83 PetscCall(PetscSortRealWithArrayInt(tsh->n, tsh->hist, tsh->hist_id)); in TSHistoryGetLocFromTime() 106 if (!sorted) PetscCall(PetscSortRealWithArrayInt(tsh->n, tsh->hist, tsh->hist_id)); in TSHistorySetHistory()
|
| /petsc/src/sys/tests/ |
| H A D | ex35.c | 32 PetscCall(PetscSortRealWithArrayInt(5, x2, index2)); in main() 38 PetscCall(PetscSortRealWithArrayInt(10, x3, index3)); in main()
|
| H A D | ex49f.F90 | 77 PetscCallA(PetscSortRealWithArrayInt(iN, r, x, ierr))
|
| /petsc/src/sys/utils/ |
| H A D | sortd.c | 163 PetscErrorCode PetscSortRealWithArrayInt(PetscCount n, PetscReal r[], PetscInt Ii[]) in PetscSortRealWithArrayInt() function
|
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | xmlviewer.c | 369 PetscCall(PetscSortRealWithArrayInt(num_children + 2, times, perm)); in PetscLogNestedTreePrint()
|
| /petsc/include/ |
| H A D | petscsys.h | 2412 PETSC_EXTERN PetscErrorCode PetscSortRealWithArrayInt(PetscCount, PetscReal[], PetscInt[]);
|