Home
last modified time | relevance | path

Searched refs:PetscSortRealWithArrayInt (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/interface/
H A Dtshistory.c54 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 Dex35.c32 PetscCall(PetscSortRealWithArrayInt(5, x2, index2)); in main()
38 PetscCall(PetscSortRealWithArrayInt(10, x3, index3)); in main()
H A Dex49f.F9077 PetscCallA(PetscSortRealWithArrayInt(iN, r, x, ierr))
/petsc/src/sys/utils/
H A Dsortd.c163 PetscErrorCode PetscSortRealWithArrayInt(PetscCount n, PetscReal r[], PetscInt Ii[]) in PetscSortRealWithArrayInt() function
/petsc/src/sys/logging/handler/impls/nested/
H A Dxmlviewer.c369 PetscCall(PetscSortRealWithArrayInt(num_children + 2, times, perm)); in PetscLogNestedTreePrint()
/petsc/include/
H A Dpetscsys.h2412 PETSC_EXTERN PetscErrorCode PetscSortRealWithArrayInt(PetscCount, PetscReal[], PetscInt[]);