|
Cantera
2.1.2
|
Damped Newton solver for 0D and 1D problems. More...
#include "cantera/numerics/SquareMatrix.h"#include "cantera/numerics/GeneralMatrix.h"#include "cantera/numerics/NonlinearSolver.h"#include "cantera/numerics/ctlapack.h"#include "cantera/base/clockWC.h"#include "cantera/base/vec_functions.h"#include "cantera/base/stringUtils.h"#include <limits>Go to the source code of this file.
Namespaces | |
| Cantera | |
| Namespace for the Cantera kernel. | |
Functions | |
| static void | print_line (const char *str, int n) |
| Print a line of a single repeated character string. More... | |
| double | subtractRD (doublereal a, doublereal b) |
| This routine subtracts two numbers for one another. More... | |
Damped Newton solver for 0D and 1D problems.
Definition in file NonlinearSolver.cpp.
1.8.6