#include <iostream>
#include <iomanip>
#include <cmath>
#include <math.h>
#include <dune/common/exceptions.hh>
#include <dune/common/ios_state.hh>
#include <dune/common/timer.hh>
#include <dune/common/parametertree.hh>
#include <dune/pdelab/backend/solver.hh>
Go to the source code of this file.
|
class | Dune::PDELab::NewtonError |
|
class | Dune::PDELab::NewtonDefectError |
|
class | Dune::PDELab::NewtonLinearSolverError |
|
class | Dune::PDELab::NewtonLineSearchError |
|
class | Dune::PDELab::NewtonNotConverged |
|
struct | Dune::PDELab::NewtonResult< RFType > |
|
class | Dune::PDELab::NewtonBase< GOS, TrlV, TstV > |
|
class | Dune::PDELab::NewtonSolver< GOS, S, TrlV, TstV > |
|
class | Dune::PDELab::NewtonTerminate< GOS, TrlV, TstV > |
|
class | Dune::PDELab::NewtonPrepareStep< GOS, TrlV, TstV > |
|
class | Dune::PDELab::NewtonLineSearch< GOS, TrlV, TstV > |
|
class | Dune::PDELab::Newton< GOS, S, TrlV, TstV > |
|