Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex231.cxx99 std::vector<PetscInt> n_oz(n_local_dofs); in main() local
105 else n_oz[i]++; in main()
120 PetscInt n_oz_max = *std::max_element(n_oz.begin(), n_oz.end()); in main()
134 PetscCall(MatMPIAIJSetPreallocation(mat, 0, &n_nz[0], 0, &n_oz[0])); in main()