Searched refs:PetscSortIntWithPermutation_Private (Results 1 – 1 of 1) sorted by relevance
23 static PetscErrorCode PetscSortIntWithPermutation_Private(const PetscInt v[], PetscInt vdx[], Petsc… in PetscSortIntWithPermutation_Private() function44 PetscCall(PetscSortIntWithPermutation_Private(v, vdx, last - 1)); in PetscSortIntWithPermutation_Private()45 PetscCall(PetscSortIntWithPermutation_Private(v, vdx + last + 1, right - (last + 1))); in PetscSortIntWithPermutation_Private()88 PetscCall(PetscSortIntWithPermutation_Private(i, idx, n - 1)); in PetscSortIntWithPermutation()