Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
NonlinearSolver.cpp File Reference

Damped Newton solver for 0D and 1D problems. More...

#include "cantera/numerics/NonlinearSolver.h"
#include "cantera/numerics/ctlapack.h"
#include "cantera/base/clockWC.h"
#include "cantera/base/stringUtils.h"
#include <limits>
Include dependency graph for NonlinearSolver.cpp:

Go to the source code of this file.

Namespaces

 Cantera
 Namespace for the Cantera kernel.
 

Functions

double subtractRD (doublereal a, doublereal b)
 This routine subtracts two numbers for one another. More...
 

Detailed Description

Damped Newton solver for 0D and 1D problems.

Definition in file NonlinearSolver.cpp.