Searched refs:PetscSortRealWithArrayInt_Private (Results 1 – 1 of 1) sorted by relevance
121 static PetscErrorCode PetscSortRealWithArrayInt_Private(PetscReal *v, PetscInt *V, PetscCount right) in PetscSortRealWithArrayInt_Private() function144 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()