Skip to content
Snippets Groups Projects
Commit 8f37b74d authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Modify the input data for the test case slightly

parent 26317b1d
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ int main() {
// Fill initial guess with other semi-random numbers
for (size_t i = 0; i < f.size(); ++i)
for (size_t j = 0; j < dim; ++j)
u[i][j] = 17 * j;
u[i][j] = 17 * (j + 1);
Dune::BitSetVector<VectorType::block_type::dimension> ignoreNodes(
grid.size(grid.maxLevel(), dim), false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment