Cantera
2.1.2
|
root finder for 1D problems More...
#include "cantera/numerics/RootFind.h"
#include "cantera/base/global.h"
#include "cantera/base/utilities.h"
#include "cantera/base/stringUtils.h"
Go to the source code of this file.
Namespaces | |
Cantera | |
Namespace for the Cantera kernel. | |
Macros | |
#define | SQUARE(x) ( (x) * (x) ) |
#define | DSIGN(x) (( (x) == (0.0) ) ? (0.0) : ( ((x) > 0.0) ? 1.0 : -1.0 )) |
Functions | |
static void | print_funcEval (FILE *fp, doublereal xval, doublereal fval, int its) |
Print out a form for the current function evaluation. More... | |
root finder for 1D problems
Definition in file RootFind.cpp.