Searched refs:index3 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex35.c | 13 PetscInt index3[] = {1, -1, 4, 12, 13, 14, 0, 7, 9, 11}; in main() local 36 …) PetscCall(PetscPrintf(PETSC_COMM_SELF, " %2" PetscInt_FMT " %g\n", index3[i], (double)x3[i])… in main() 38 PetscCall(PetscSortRealWithArrayInt(10, x3, index3)); in main() 39 …) PetscCall(PetscPrintf(PETSC_COMM_SELF, " %2" PetscInt_FMT " %g\n", index3[i], (double)x3[i])… in main()
|