Writes the intermediate solutions for every Newton iteration (for staggered grid scheme)
More...
template<class GridGeometry, class SolutionVector>
class Dumux::StaggeredNewtonConvergenceWriter< GridGeometry, SolutionVector >
Writes the intermediate solutions for every Newton iteration (for staggered grid scheme)
- Note
- To use this create a shared_ptr to an instance of this class in the main file and pass it to newton.solve(x, convergencewriter). You can use the reset method to write out multiple Newton solves with a unique id, if you don't call use all Newton iterations just come after each other in the pvd file.