Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dsortip.c23 static PetscErrorCode PetscSortIntWithPermutation_Private(const PetscInt v[], PetscInt vdx[], Petsc… in PetscSortIntWithPermutation_Private() function
44 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()