dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Dune::PDELab::StationaryLinearProblemSolverResult< RFType > Struct Template Reference

#include <dune/pdelab/stationary/linearproblem.hh>

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

Public Member Functions

 StationaryLinearProblemSolverResult ()
 
void clear ()
 

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

◆ StationaryLinearProblemSolverResult()

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

Member Function Documentation

◆ clear()

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

Member Data Documentation

◆ assembler_time

template<class RFType >
double Dune::PDELab::StationaryLinearProblemSolverResult< RFType >::assembler_time

◆ conv_rate

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

◆ converged

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

◆ defect

template<class RFType >
RFType Dune::PDELab::StationaryLinearProblemSolverResult< RFType >::defect

◆ elapsed

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

◆ first_defect

template<class RFType >
RFType Dune::PDELab::StationaryLinearProblemSolverResult< RFType >::first_defect

◆ iterations

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

◆ linear_solver_iterations

template<class RFType >
int Dune::PDELab::StationaryLinearProblemSolverResult< RFType >::linear_solver_iterations

◆ linear_solver_time

template<class RFType >
double Dune::PDELab::StationaryLinearProblemSolverResult< RFType >::linear_solver_time

◆ reduction

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

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