Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex42.c20 PetscBool test_unsorted = PETSC_FALSE; in main() local
30 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_unsorted", &test_unsorted, NULL)); in main()
79 if (!test_unsorted) PetscCall(PetscSortInt(lsize * bs, idx)); in main()
86 if (!test_unsorted) { in main()