Flow123d
master-f44eb46
|
#include <isotherm.hh>
Public Member Functions | |
tolerance (unsigned bits) | |
bool | operator() (const T &a, const T &b) |
Private Attributes | |
T | eps |
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.
Definition at line 70 of file isotherm.hh.
|
inline |
Definition at line 75 of file isotherm.hh.
|
private |
Definition at line 81 of file isotherm.hh.