Skip to content

Fix some problems in adaptivity code

Steffen Müthing requested to merge feature/fix-adaptivity into master

This patch set fixes a number of issues in the adaptivity code:

  • The EntitySet in the GridFunctionSpace did not properly get updated after adapting the grid. Both EntitySet::update() and GridFunctionSpace::update() now take an optional bool parameter to force an update.
  • The adaptivity code now calls GridFunctionSpace::update() with the force flag enabled.
  • There was a mixup between local and global id sets.
  • Removed last occurences of directly using the GridView instead of the EntitySet within the adaptivity code.

Merge request reports