Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex231.cxx120 PetscInt n_oz_max = *std::max_element(n_oz.begin(), n_oz.end()); in main() local
123 …nchronizedPrintf(PETSC_COMM_WORLD, "Max off-diagonal non-zeros: = %" PetscInt_FMT "\n", n_oz_max)); in main()