Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dsortip.c213 PetscErrorCode PetscSortStrWithPermutation(PetscInt n, const char *i[], PetscInt idx[]) in PetscSortStrWithPermutation() function
/petsc/src/sys/memory/
H A Dmtr.c911 PetscCall(PetscSortStrWithPermutation(n, shortfunction, perm)); in PetscMallocView()
/petsc/include/
H A Dpetscsys.h2399 PETSC_EXTERN PetscErrorCode PetscSortStrWithPermutation(PetscInt, const char *[], PetscInt[]);
/petsc/src/dm/dt/interface/
H A Ddtweakform.c984 PetscCall(PetscSortStrWithPermutation(Nk, names, idx2)); in PetscWeakFormViewTable_Ascii()