Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dbench_spmv.c259 PetscInt nmat = 1, nformats = 5, i, j, repetitions = 1; in main() local
276 PetscCall(PetscOptionsGetStringArray(NULL, NULL, "-formats", matformats, &nformats, &flg1)); in main()
278 nformats = 1; in main()
327 for (j = 0; j < nformats; j++) { in main()
370 for (j = 0; j < nformats; j++) PetscCall(PetscFree(matformats[j])); in main()