Writes the intermediate solutions for every Newton iteration (for staggered grid scheme) More...
#include <dumux/nonlinear/staggerednewtonconvergencewriter.hh>
| Public Member Functions | |
| StaggeredNewtonConvergenceWriter (const GridGeometry &gridGeometry, const std::string &name="newton_convergence") | |
| Constructor. | |
| void | resize () | 
| Resizes the output fields. This has to be called whenever the grid changes. | |
| void | reset (std::size_t newId=0UL) | 
| void | write (const SolutionVector &uLastIter, const ResidualVector &deltaU, const ResidualVector &residual) override | 
| 
 | inline | 
| gridGeometry | The finite volume geometry on the grid view | 
| name | Base name of the vtk output | 
| 
 | inline | 
Reset the convergence writer for a possible next Newton step You may set a different id in case you don't want the output to be overwritten by the next step
| 
 | inline | 
| 
 | inlineoverridevirtual | 
Reimplemented from Dumux::ConvergenceWriterInterface< SolutionVector, ResidualVector >.