dune-pdelab  2.5-dev
Dune::PDELab::Newton< GOS, S, TrlV, TstV > Member List

This is the complete list of members for Dune::PDELab::Newton< GOS, S, TrlV, TstV >, including all inherited members.

A_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
abs_limit_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
apply()Dune::PDELab::NewtonSolver< GOS, S, TrlV, TstV >
apply(TrialVector &u_)Dune::PDELab::NewtonSolver< GOS, S, TrlV, TstV >
defect(TestVector &r) overrideDune::PDELab::NewtonSolver< GOS, S, TrlV, TstV >inlineprotectedvirtual
discardMatrix()Dune::PDELab::NewtonBase< GOS, TrlV, TstV >inline
gridoperator_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
hackbuschReusken enum valueDune::PDELab::NewtonLineSearch< GOS, TrlV, TstV >
hackbuschReuskenAcceptBest enum valueDune::PDELab::NewtonLineSearch< GOS, TrlV, TstV >
keep_matrix_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
keepMatrix() constDune::PDELab::NewtonBase< GOS, TrlV, TstV >inline
Dune::line_search(TrialVector &z, TestVector &r)=0Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protectedpure virtual
Dune::PDELab::NewtonLineSearch::line_search(TrialVector &z, TestVector &r) overrideDune::PDELab::NewtonLineSearch< GOS, TrlV, TstV >inlinevirtual
linear_reduction_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
Newton(const GridOperator &go, TrialVector &u_, Solver &solver_)Dune::PDELab::Newton< GOS, S, TrlV, TstV >inline
Newton(const GridOperator &go, Solver &solver_)Dune::PDELab::Newton< GOS, S, TrlV, TstV >inline
NewtonBase(const GridOperator &go, TrialVector &u)Dune::PDELab::NewtonBase< GOS, TrlV, TstV >inlineprotected
NewtonBase(const GridOperator &go)Dune::PDELab::NewtonBase< GOS, TrlV, TstV >inlineprotected
NewtonLineSearch(const GridOperator &go, TrialVector &u_)Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV >inline
NewtonLineSearch(const GridOperator &go)Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV >inline
NewtonPrepareStep(const GridOperator &go, TrialVector &u_)Dune::PDELab::NewtonPrepareStep< GOS, TrlV, TstV >inline
NewtonPrepareStep(const GridOperator &go)Dune::PDELab::NewtonPrepareStep< GOS, TrlV, TstV >inline
NewtonSolver(const GridOperator &go, TrialVector &u_, Solver &solver)Dune::PDELab::NewtonSolver< GOS, S, TrlV, TstV >inline
NewtonSolver(const GridOperator &go, Solver &solver)Dune::PDELab::NewtonSolver< GOS, S, TrlV, TstV >inline
NewtonTerminate(const GridOperator &go, TrialVector &u_)Dune::PDELab::NewtonTerminate< GOS, TrlV, TstV >inline
NewtonTerminate(const GridOperator &go)Dune::PDELab::NewtonTerminate< GOS, TrlV, TstV >inline
noLineSearch enum valueDune::PDELab::NewtonLineSearch< GOS, TrlV, TstV >
Dune::prepare_step(Matrix &A, TestVector &r)=0Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protectedpure virtual
Dune::PDELab::NewtonPrepareStep::prepare_step(Matrix &A, TstV &) overrideDune::PDELab::NewtonPrepareStep< GOS, TrlV, TstV >inlinevirtual
prev_defect_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
r_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
reassembled_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
reduction_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
res_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
Result typedefDune::PDELab::NewtonSolver< GOS, S, TrlV, TstV >
result() constDune::PDELab::NewtonSolver< GOS, S, TrlV, TstV >inline
setAbsoluteLimit(RFType abs_limit_)Dune::PDELab::NewtonTerminate< GOS, TrlV, TstV >inline
setFixedLinearReduction(bool fixed_linear_reduction)Dune::PDELab::NewtonPrepareStep< GOS, TrlV, TstV >inline
setForceIteration(bool force_iteration)Dune::PDELab::NewtonTerminate< GOS, TrlV, TstV >inline
setKeepMatrix(bool b)Dune::PDELab::NewtonBase< GOS, TrlV, TstV >inline
setLineSearchDampingFactor(RFType damping_factor)Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV >inline
setLineSearchMaxIterations(unsigned int maxit)Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV >inline
setLineSearchStrategy(Strategy strategy)Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV >inline
setLineSearchStrategy(std::string strategy)Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV >inline
setMaxIterations(unsigned int maxit)Dune::PDELab::NewtonTerminate< GOS, TrlV, TstV >inline
setMinLinearReduction(RFType min_linear_reduction)Dune::PDELab::NewtonPrepareStep< GOS, TrlV, TstV >inline
setParameters(const Dune::ParameterTree &param)Dune::PDELab::Newton< GOS, S, TrlV, TstV >inline
setReassembleThreshold(RFType reassemble_threshold)Dune::PDELab::NewtonPrepareStep< GOS, TrlV, TstV >inline
setReduction(RFType reduction)Dune::PDELab::NewtonTerminate< GOS, TrlV, TstV >inline
setVerbosityLevel(unsigned int verbosity_level)Dune::PDELab::NewtonBase< GOS, TrlV, TstV >inline
Strategy enum nameDune::PDELab::NewtonLineSearch< GOS, TrlV, TstV >
strategyFromName(const std::string &s)Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV >inlineprotected
Dune::terminate()=0Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protectedpure virtual
Dune::PDELab::NewtonTerminate::terminate() overrideDune::PDELab::NewtonTerminate< GOS, TrlV, TstV >inlinevirtual
u_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
verbosity_level_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
z_Dune::PDELab::NewtonBase< GOS, TrlV, TstV >protected
~NewtonBase()Dune::PDELab::NewtonBase< GOS, TrlV, TstV >inlineprotectedvirtual