Nonlinear solvers: Newton method. More...
Nonlinear solvers: Newton method.
Files | |
file | multidomain/newtonsolver.hh |
file | newtonconvergencewriter.hh |
This class provides the infrastructure to write the convergence behaviour of the newton method into a VTK file. | |
file | nonlinear/newtonsolver.hh |
Reference implementation of the Newton solver. | |
file | staggerednewtonconvergencewriter.hh |
This class provides the infrastructure to write the convergence behaviour of the newton method for the staggered discretization scheme into a VTK file. | |
Classes | |
class | Dumux::MultiDomainNewtonSolver< Assembler, LinearSolver, CouplingManager, Reassembler, Comm > |
Newton sover for coupled problems. More... | |
class | Dumux::NewtonConvergenceWriter< GridGeometry, SolutionVector > |
Writes the intermediate solutions for every Newton iteration. More... | |
class | Dumux::NewtonSolver< Assembler, LinearSolver, Reassembler, Comm > |
An implementation of a Newton solver. More... | |
class | Dumux::StaggeredNewtonConvergenceWriter< GridGeometry, SolutionVector > |
Writes the intermediate solutions for every Newton iteration (for staggered grid scheme) More... | |