Writes the intermediate solutions for every Newton iteration. More...
#include <dumux/multidomain/newtonconvergencewriter.hh>
Public Member Functions | |
| MultiDomainNewtonConvergenceWriter (GridGeometryPtrTuple gridGeometryPtrTuple, const std::string &name="newton_convergence") | |
| Constructor. More... | |
| void | resize () |
| Resizes the output fields. This has to be called whenever the grid changes. More... | |
| void | reset (std::size_t newId=0UL) |
| void | write (const SolutionVector &uLastIter, const ResidualVector &deltaU, const ResidualVector &residual) override |
|
inline |
| gridGeometryPtrTuple | A tuple of shared pointers to const grid geometries |
| 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 |