Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::GMResFabric< F > Class Template Referenceabstract

#include <gmresFabric.hh>

Inheritance diagram for concepts::GMResFabric< F >:
concepts::SolverFabric< F > concepts::OutputOperator

Public Member Functions

 GMResFabric (Real maxeps=EPS, int maxit=0, uint rs=0, uint relres=0)
 
virtual Operator< F > * operator() (Operator< F > &matrix)
 
virtual Operator< F > * operator() ()=0
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

Detailed Description

template<typename F>
class concepts::GMResFabric< F >

Fabric class for generalized minimal residual: GMRes.

Author
Christoph Winkelmann, 2004

Definition at line 27 of file gmresFabric.hh.

Constructor & Destructor Documentation

◆ GMResFabric()

template<typename F >
concepts::GMResFabric< F >::GMResFabric ( Real  maxeps = EPS,
int  maxit = 0,
uint  rs = 0,
uint  relres = 0 
)
inline

Constructor.

Parameters
maxepsMaximal residual
maxitMaximal number of iterations
rsRestart
relres0: absolute residual, 1: relative residual

Definition at line 35 of file gmresFabric.hh.

Member Function Documentation

◆ info()

template<typename F >
virtual std::ostream & concepts::GMResFabric< F >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 42 of file gmresFabric.hh.

◆ operator()() [1/2]

template<typename F >
virtual Operator< F > * concepts::SolverFabric< F >::operator() ( )
pure virtualinherited

Creates a linear solver from matrix. The caller is responsible for the deletion of the delivered object.

Returns
Reference to the linear solver

Implemented in concepts::BiCGStabFabric< F, G >, concepts::CGFabric< F >, concepts::MumpsFabric< F >, concepts::MumpsOverlapFabric< F >, concepts::SuperLUFabric< F >, and concepts::UmfpackFabric.

◆ operator()() [2/2]

template<typename F >
virtual Operator< F > * concepts::GMResFabric< F >::operator() ( Operator< F > &  matrix)
inlinevirtual

Implements concepts::SolverFabric< F >.

Definition at line 38 of file gmresFabric.hh.


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