Cantera  2.0
Namespaces | Functions
NonlinearSolver.cpp File Reference

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

#include <limits>
#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/mdp_allo.h"
#include "cantera/base/stringUtils.h"
#include <cfloat>
#include <ctime>
#include <vector>
#include <cstdio>
#include <cmath>
Include dependency graph for NonlinearSolver.cpp:

Go to the source code of this file.

Namespaces

namespace  Cantera
 Provides class Nucleus.
 

Macros

#define CONSTD_DATA_PTR(x)   (( const doublereal *) (&x[0]))
 

Functions

static void print_line (const char *str, int n)
 Print a line of a single repeated character string.
 
double subtractRD (doublereal a, doublereal b)
 This routine subtracts two numbers for one another.
 

Detailed Description

Damped Newton solver for 0D and 1D problems.

Definition in file NonlinearSolver.cpp.