3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Member Functions | List of all members
Dumux::MultiDomainNewtonConvergenceWriter< MDTraits > Class Template Reference

Writes the intermediate solutions for every Newton iteration. More...

#include <dumux/multidomain/newtonconvergencewriter.hh>

Inheritance diagram for Dumux::MultiDomainNewtonConvergenceWriter< MDTraits >:

Description

template<class MDTraits>
class Dumux::MultiDomainNewtonConvergenceWriter< MDTraits >

Writes the intermediate solutions for every Newton iteration.

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.

Public Member Functions

 MultiDomainNewtonConvergenceWriter (GridGeometryTuple gridGeometryTuple, 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 SolutionVector &deltaU, const SolutionVector &residual) override
 

Constructor & Destructor Documentation

◆ MultiDomainNewtonConvergenceWriter()

template<class MDTraits >
Dumux::MultiDomainNewtonConvergenceWriter< MDTraits >::MultiDomainNewtonConvergenceWriter ( GridGeometryTuple  gridGeometryTuple,
const std::string &  name = "newton_convergence" 
)
inline

Constructor.

Parameters
gridGeometryTupleA tuple of grid geometries
nameBase name of the vtk output

Member Function Documentation

◆ reset()

template<class MDTraits >
void Dumux::MultiDomainNewtonConvergenceWriter< MDTraits >::reset ( std::size_t  newId = 0UL)
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

◆ resize()

template<class MDTraits >
void Dumux::MultiDomainNewtonConvergenceWriter< MDTraits >::resize ( )
inline

Resizes the output fields. This has to be called whenever the grid changes.

◆ write()

template<class MDTraits >
void Dumux::MultiDomainNewtonConvergenceWriter< MDTraits >::write ( const SolutionVector &  uLastIter,
const SolutionVector &  deltaU,
const SolutionVector &  residual 
)
inlineoverridevirtual

The documentation for this class was generated from the following file: