Flow123d  master-f44eb46
Public Member Functions | Private Attributes | List of all members
tolerance< T > Class Template Reference

#include <isotherm.hh>

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 67 of file isotherm.hh.

Constructor & Destructor Documentation

◆ tolerance()

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

Definition at line 70 of file isotherm.hh.

Member Function Documentation

◆ operator()()

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

Definition at line 75 of file isotherm.hh.

Member Data Documentation

◆ eps

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

Definition at line 81 of file isotherm.hh.


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