|
Cantera
2.1.2
|
Code for a one dimensional root finder program. More...
Go to the source code of this file.
Namespaces | |
| VCSnonideal | |
| Contains classes and functions implementing the VCS multi-phase equilibrium solver. | |
Macros | |
| #define | TOL_CONV 1.0E-5 |
Functions | |
| static void | print_funcEval (FILE *fp, double xval, double fval, int its) |
| int | vcsUtil_root1d (double xmin, double xmax, size_t itmax, VCS_FUNC_PTR func, void *fptrPassthrough, double FuncTargVal, int varID, double *xbest, int printLvl=0) |
| One dimensional root finder. More... | |
Code for a one dimensional root finder program.
Definition in file vcs_root1d.cpp.
1.8.6