Home
last modified time | relevance | path

Searched refs:sort_cols (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
96 sort_cols = PETSC_FALSE; in main()
97 PetscCall(PetscOptionsGetBool(NULL, NULL, "-sort_cols", &sort_cols, NULL)); in main()
108 if ((sort_rows && !sort_cols) || (!sort_rows && sort_cols)) { in main()
115 if (sort_cols) PetscCall(ISSort(colis[l])); in main()