Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex167.c32 PetscBool sort_rows, sort_cols, show_inversions; in main() local
94 sort_rows = PETSC_FALSE; in main()
95 PetscCall(PetscOptionsGetBool(NULL, NULL, "-sort_rows", &sort_rows, NULL)); in main()
108 if ((sort_rows && !sort_cols) || (!sort_rows && sort_cols)) { in main()
114 if (sort_rows) PetscCall(ISSort(rowis[l])); in main()