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

Start with a coarser grid

parent dfddfffd
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ int main(int argc, char *argv[]) {
1); // nth dimension (zero-indexed) goes from 0 to end_points[n]
GridType grid(
end_points,
Dune::FieldVector<int, dim>(2), // number of elements in each direction
Dune::FieldVector<int, dim>(1), // number of elements in each direction
Dune::FieldVector<bool, dim>(false), // non-periodic in each direction
0); // zero overlap (whatever that is)
grid.globalRefine(refinements);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment