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

#include <dune/pdelab/backend/solver.hh>

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

Public Member Functions

 LinearSolverResult ()
 
void clear ()
 

Public Attributes

bool converged
 
unsigned int iterations
 
double elapsed
 
RFType reduction
 
RFType conv_rate
 

Constructor & Destructor Documentation

◆ LinearSolverResult()

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

Member Function Documentation

◆ clear()

template<class RFType >
void Dune::PDELab::LinearSolverResult< RFType >::clear ( )
inline

Member Data Documentation

◆ conv_rate

template<class RFType >
RFType Dune::PDELab::LinearSolverResult< RFType >::conv_rate

◆ converged

template<class RFType >
bool Dune::PDELab::LinearSolverResult< RFType >::converged

◆ elapsed

template<class RFType >
double Dune::PDELab::LinearSolverResult< RFType >::elapsed

◆ iterations

template<class RFType >
unsigned int Dune::PDELab::LinearSolverResult< RFType >::iterations

◆ reduction

template<class RFType >
RFType Dune::PDELab::LinearSolverResult< RFType >::reduction

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