Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dsortip.c174 PetscCall(PetscStrgrt(v[vdx[0]], v[vdx[1]], &gt)); in PetscSortStrWithPermutation_Private()
183 PetscCall(PetscStrgrt(vl, v[vdx[i]], &gt)); in PetscSortStrWithPermutation_Private()
229 PetscCall(PetscStrgrt(ik, i[idx[j]], &gt)); in PetscSortStrWithPermutation()
/petsc/include/
H A Dpetscstring.h432 static inline PetscErrorCode PetscStrgrt(const char a[], const char b[], PetscBool *t) in PetscStrgrt() function