|
Cantera
2.2.1
|
Code for a one dimensional root finder program. More...
#include "cantera/equil/vcs_internal.h"#include "cantera/equil/vcs_defs.h"#include "cantera/numerics/ctlapack.h"#include <cstdio>Go to the source code of this file.
Namespaces | |
| Cantera | |
| Namespace for the Cantera kernel. | |
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