This class provides the infrastructure to write the convergence behaviour of the newton method into a VTK file.
#include <string>#include <dune/grid/io/file/vtk/vtksequencewriter.hh>#include <dumux/discretization/method.hh>Go to the source code of this file.
| Classes | |
| struct | Dumux::ConvergenceWriterInterface< SolutionVector, ResidualVector > | 
| A convergence writer interface Provide an interface that show the minimal requirements a convergence write passed to a newton method has to fulfill.  More... | |
| class | Dumux::NewtonConvergenceWriter< GridGeometry, SolutionVector, ResidualVector > | 
| Writes the intermediate solutions for every Newton iteration.  More... | |
| Namespaces | |
| namespace | Dumux |