dune-pdelab  2.4.1
Public Member Functions | Public Attributes | List of all members
Dune::PDELab::NewtonResult< RFType > Struct Template Reference

#include <dune/pdelab/newton/newton.hh>

Inheritance diagram for Dune::PDELab::NewtonResult< RFType >:
Inheritance graph

Public Member Functions

 NewtonResult ()
 

Public Attributes

RFType first_defect
 
RFType defect
 
double assembler_time
 
double linear_solver_time
 
int linear_solver_iterations
 
bool converged
 
unsigned int iterations
 
double elapsed
 
RFType reduction
 
RFType conv_rate
 

Constructor & Destructor Documentation

template<class RFType >
Dune::PDELab::NewtonResult< RFType >::NewtonResult ( )
inline

Member Data Documentation

template<class RFType >
double Dune::PDELab::NewtonResult< RFType >::assembler_time
template<class RFType>
RFType Dune::PDELab::LinearSolverResult< RFType >::conv_rate
inherited
template<class RFType>
bool Dune::PDELab::LinearSolverResult< RFType >::converged
inherited
template<class RFType >
RFType Dune::PDELab::NewtonResult< RFType >::defect
template<class RFType>
double Dune::PDELab::LinearSolverResult< RFType >::elapsed
inherited
template<class RFType >
RFType Dune::PDELab::NewtonResult< RFType >::first_defect
template<class RFType>
unsigned int Dune::PDELab::LinearSolverResult< RFType >::iterations
inherited
template<class RFType >
int Dune::PDELab::NewtonResult< RFType >::linear_solver_iterations
template<class RFType >
double Dune::PDELab::NewtonResult< RFType >::linear_solver_time
template<class RFType>
RFType Dune::PDELab::LinearSolverResult< RFType >::reduction
inherited

The documentation for this struct was generated from the following file: