dune-fem 2.12-git
Loading...
Searching...
No Matches
newtoninverseoperator.hh File Reference

Go to the source code of this file.

Classes

class  Dune::Fem::EisenstatWalkerStrategy
 Adaptive tolerance selection for linear solver. More...
 
struct  Dune::Fem::NewtonParameter< SolverParam >
 
class  Dune::Fem::NewtonInverseOperator< JacobianOperator, LInvOp >
 inverse operator based on a newton scheme More...
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Enumerations

enum class  Dune::Fem::NewtonFailure {
  Dune::Fem::Success = 0 , Dune::Fem::InvalidResidual = 1 , Dune::Fem::IterationsExceeded = 2 , Dune::Fem::LinearIterationsExceeded = 3 ,
  Dune::Fem::LineSearchFailed = 4 , Dune::Fem::TooManyIterations = 5 , Dune::Fem::TooManyLinearIterations = 6 , Dune::Fem::LinearSolverFailed = 7
}