#include <solver.h>
Inheritance diagram for SolverBase< MainProp, OtherProp, VaryProp, MainPropAlt, OtherPropAlt, VaryPropAlt >:

Public Member Functions | |
| virtual void | setLowerBound (const VaryProp &lowerbound) |
| virtual void | setUpperBound (const VaryProp &upperbound) |
| void | setTarget (const OtherProp &op) |
| Set the target property. | |
| void | setMainProp (const MainProp &mp) |
| Set the 'fixed' parameter in the root finding. | |
| SteamCalculator | solve (OtherProp maxerror, VaryProp tol) |
| Peform the iterations. | |
Protected Member Functions | |
| SolverBase (const MainProp &mp, const OtherProp &op) | |
| Create the solver and assign fixed and target properties. | |
| virtual void | setVaryProp (const VaryProp &vp)=0 |
| OtherProp | getError_vp (const VaryProp &vp) |
Protected Attributes | |
| OtherProp | op |
| MainProp | mp |
| SteamCalculator | S |
| VaryProp | lowerbound |
| VaryProp | upperbound |
Friends | |
| class | ZeroIn< SolverBase, VaryProp, OtherProp > |
| MainProp | fixed value | |
| OtherProp | target value | |
| VaryProp | value which is varied unti OtherProp has desired value |
|
||||||||||||||||
|
Peform the iterations.
|
1.3.8