Skip to content

Resolve "Split AdaptivityHandler::adapt_grid() method into two parts: mark_grid and adapt_grid"

What does this MR do?

It split the adaptivity process as states the task #90 (closed). In particular, this MR removes support for tolerance strategy when adapting, and removes the return bool of the adapt_grid() method. Everything else is straight forward split of the method.

Is there something that needs to be double checked?

Pipeline passing should be enough indicator for this change.

Can this MR be accepted?

  • Implemented
  • Pipeline passing
  • Documentation updated
  • Added entry to CHANGELOG.md

Related issues

Closes #90 (closed)

Edited by Santiago Ospina De Los Ríos

Merge request reports