Cantera  2.1.2
Namespaces | Macros | Functions
vcs_root1d.cpp File Reference

Code for a one dimensional root finder program. More...

#include "cantera/equil/vcs_internal.h"
#include <cstdio>
Include dependency graph for vcs_root1d.cpp:

Go to the source code of this file.

Namespaces

 VCSnonideal
 Contains classes and functions implementing the VCS multi-phase equilibrium solver.
 

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...
 

Detailed Description

Code for a one dimensional root finder program.

Definition in file vcs_root1d.cpp.