Flow123d  release_2.2.0-914-gf1a3a4f
Public Member Functions | Private Attributes | List of all members
tolerance< T > Class Template Reference

#include <isotherm.hh>

Collaboration diagram for tolerance< T >:
Collaboration graph
[legend]

Public Member Functions

 tolerance (unsigned bits)
 
bool operator() (const T &a, const T &b)
 

Private Attributes

eps
 

Detailed Description

template<class T>
class tolerance< T >

Convergence criteria for interval based nonlinear solver. It is functor, that returns true if bounds a,b of the solution are close enough. We use relative criteria.

Definition at line 63 of file isotherm.hh.

Constructor & Destructor Documentation

template<class T>
tolerance< T >::tolerance ( unsigned  bits)
inline

Definition at line 66 of file isotherm.hh.

Member Function Documentation

template<class T>
bool tolerance< T >::operator() ( const T &  a,
const T &  b 
)
inline

Definition at line 71 of file isotherm.hh.

Member Data Documentation

template<class T>
T tolerance< T >::eps
private

Definition at line 77 of file isotherm.hh.


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