Searched refs:PetscSortStrWithPermutation_Private (Results 1 – 1 of 1) sorted by relevance
165 static PetscErrorCode PetscSortStrWithPermutation_Private(const char *v[], PetscInt vdx[], PetscInt… in PetscSortStrWithPermutation_Private() function190 PetscCall(PetscSortStrWithPermutation_Private(v, vdx, last - 1)); in PetscSortStrWithPermutation_Private()191 PetscCall(PetscSortStrWithPermutation_Private(v, vdx + last + 1, right - (last + 1))); in PetscSortStrWithPermutation_Private()237 PetscCall(PetscSortStrWithPermutation_Private(i, idx, n - 1)); in PetscSortStrWithPermutation()