Skip to content

Improve Newton convergence writer, add implementation for staggered

Kilian Weishaupt requested to merge feature/conv-writer-staggered into master
  • Adapt changelog

This contains a backward incompatible change: The convergence writer now needs the FVGridGeometry as template parameter instead of the GridView, and resize takes no arguments anymore. As the convergence writer is a rarely used feature this change shouldn't implicate many people.

Edited by Kilian Weishaupt

Merge request reports