Skip to content

Test whether adapt_grid works when there are refinement markings

Oliver Sander requested to merge fix-adaptivity-with-dune-functions-gfs into master

Previously, adapt_grid was called, but only for a completely unmarked grid. Now we mark one element and get a crash...

One may argue that marking one element in a YaspGrid is bogus anyway, but I am getting exactly the same crash with UGGrid.

Merge request reports