dune-pdelab  2.4.1
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 ()
 

Public Attributes

bool converged
 
unsigned int iterations
 
double elapsed
 
RFType reduction
 
RFType conv_rate
 

Constructor & Destructor Documentation

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

Member Data Documentation

template<class RFType>
RFType Dune::PDELab::LinearSolverResult< RFType >::conv_rate
template<class RFType>
bool Dune::PDELab::LinearSolverResult< RFType >::converged
template<class RFType>
double Dune::PDELab::LinearSolverResult< RFType >::elapsed
template<class RFType>
unsigned int Dune::PDELab::LinearSolverResult< RFType >::iterations
template<class RFType>
RFType Dune::PDELab::LinearSolverResult< RFType >::reduction

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