Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex231.cxx119 PetscInt n_nz_max = *std::max_element(n_nz.begin(), n_nz.end()); in main() local
122 …ynchronizedPrintf(PETSC_COMM_WORLD, "Max on-diagonal non-zeros: = %" PetscInt_FMT "\n", n_nz_max)); in main()