Searched refs:sort_rows (Results 1 – 1 of 1) sorted by relevance
32 PetscBool sort_rows, sort_cols, show_inversions; in main() local94 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()