Searched refs:PCTFS_ivec_sort (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | xxt.c | 586 if (ct > 1) PetscCall(PCTFS_ivec_sort(iptr, ct)); in det_separators() 606 if (ct > 1) PetscCall(PCTFS_ivec_sort(iptr, ct)); in det_separators() 658 if (ct > 1) PetscCall(PCTFS_ivec_sort(iptr, ct)); in det_separators() 674 if (ct > 1) PetscCall(PCTFS_ivec_sort(iptr, ct)); in det_separators() 697 if (ct > 1) PetscCall(PCTFS_ivec_sort(iptr, ct)); in det_separators()
|
| H A D | ivec.c | 227 PetscErrorCode PCTFS_ivec_sort(PetscInt *ar, PetscInt size) in PCTFS_ivec_sort() function 536 else PetscCall(PCTFS_ivec_sort((PetscInt *)ar1, size)); in PCTFS_SMI_sort() 539 else PetscCall(PCTFS_ivec_sort((PetscInt *)ar1, size)); in PCTFS_SMI_sort()
|
| H A D | tfs.h | 191 PETSC_INTERN PetscErrorCode PCTFS_ivec_sort(PetscInt *, PetscInt);
|
| H A D | xyt.c | 686 if (ct > 1) PetscCall(PCTFS_ivec_sort(iptr, ct)); in det_separators() 707 if (ct > 1) PetscCall(PCTFS_ivec_sort(iptr, ct)); in det_separators()
|