Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dsortd.c121 static PetscErrorCode PetscSortRealWithArrayInt_Private(PetscReal *v, PetscInt *V, PetscCount right) in PetscSortRealWithArrayInt_Private() function
144 PetscCall(PetscSortRealWithArrayInt_Private(v, V, last - 1)); in PetscSortRealWithArrayInt_Private()
145 PetscCall(PetscSortRealWithArrayInt_Private(v + last + 1, V + last + 1, right - (last + 1))); in PetscSortRealWithArrayInt_Private()
183 PetscCall(PetscSortRealWithArrayInt_Private(r, Ii, n - 1)); in PetscSortRealWithArrayInt()