Searched refs:n_oz (Results 1 – 1 of 1) sorted by relevance
99 std::vector<PetscInt> n_oz(n_local_dofs); in main() local105 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()