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) | Dune::PDELab::NewtonSolver< GOS, S, TrlV, TstV > | inlineprotectedvirtual |
gridoperator | Dune::PDELab::NewtonBase< GOS, TrlV, TstV > | protected |
hackbuschReusken enum value | Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV > | |
hackbuschReuskenAcceptBest enum value | Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV > | |
Dune::line_search(TrialVector &z, TestVector &r)=0 | Dune::PDELab::NewtonBase< GOS, TrlV, TstV > | protectedpure virtual |
Dune::PDELab::NewtonLineSearch::line_search(TrialVector &z, TestVector &r) | Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV > | inlinevirtual |
linear_reduction | Dune::PDELab::NewtonBase< GOS, TrlV, TstV > | protected |
Newton(GridOperator &go, TrialVector &u_, Solver &solver_) | Dune::PDELab::Newton< GOS, S, TrlV, TstV > | inline |
Newton(GridOperator &go, Solver &solver_) | Dune::PDELab::Newton< GOS, S, TrlV, TstV > | inline |
NewtonBase(GridOperator &go, TrialVector &u_) | Dune::PDELab::NewtonBase< GOS, TrlV, TstV > | inlineprotected |
NewtonBase(GridOperator &go) | Dune::PDELab::NewtonBase< GOS, TrlV, TstV > | inlineprotected |
NewtonLineSearch(GridOperator &go, TrialVector &u_) | Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV > | inline |
NewtonLineSearch(GridOperator &go) | Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV > | inline |
NewtonPrepareStep(GridOperator &go, TrialVector &u_) | Dune::PDELab::NewtonPrepareStep< GOS, TrlV, TstV > | inline |
NewtonPrepareStep(GridOperator &go) | Dune::PDELab::NewtonPrepareStep< GOS, TrlV, TstV > | inline |
NewtonSolver(GridOperator &go, TrialVector &u_, Solver &solver_) | Dune::PDELab::NewtonSolver< GOS, S, TrlV, TstV > | inline |
NewtonSolver(GridOperator &go, Solver &solver_) | Dune::PDELab::NewtonSolver< GOS, S, TrlV, TstV > | inline |
NewtonTerminate(GridOperator &go, TrialVector &u_) | Dune::PDELab::NewtonTerminate< GOS, TrlV, TstV > | inline |
NewtonTerminate(GridOperator &go) | Dune::PDELab::NewtonTerminate< GOS, TrlV, TstV > | inline |
noLineSearch enum value | Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV > | |
Dune::prepare_step(Matrix &A, TestVector &r)=0 | Dune::PDELab::NewtonBase< GOS, TrlV, TstV > | protectedpure virtual |
Dune::PDELab::NewtonPrepareStep::prepare_step(Matrix &A, TstV &) | Dune::PDELab::NewtonPrepareStep< GOS, TrlV, TstV > | inlinevirtual |
prev_defect | 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 typedef | Dune::PDELab::NewtonSolver< GOS, S, TrlV, TstV > | |
result() const | Dune::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 |
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(Dune::ParameterTree ¶m) | 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 name | Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV > | |
strategyFromName(const std::string &s) | Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV > | inlineprotected |
Dune::terminate()=0 | Dune::PDELab::NewtonBase< GOS, TrlV, TstV > | protectedpure virtual |
Dune::PDELab::NewtonTerminate::terminate() | Dune::PDELab::NewtonTerminate< GOS, TrlV, TstV > | inlinevirtual |
u | Dune::PDELab::NewtonBase< GOS, TrlV, TstV > | protected |
verbosity_level | Dune::PDELab::NewtonBase< GOS, TrlV, TstV > | protected |
~NewtonBase() | Dune::PDELab::NewtonBase< GOS, TrlV, TstV > | inlineprotectedvirtual |