Cantera
2.2.1
|
Functions which calculation optimized basis of the stoichiometric coefficient matrix (see /ref equil functions) More...
Go to the source code of this file.
Namespaces | |
Cantera | |
Namespace for the Cantera kernel. | |
Functions | |
static void | print_stringTrunc (const char *str, int space, int alignment) |
Print a string within a given space limit. More... | |
Variables | |
int | BasisOptimize_print_lvl = 0 |
External int that is used to turn on debug printing for the BasisOptimze program. More... | |
Functions which calculation optimized basis of the stoichiometric coefficient matrix (see /ref equil functions)
Definition in file BasisOptimize.cpp.
|
static |
Print a string within a given space limit.
This routine limits the amount of the string that will be printed to a maximum of "space" characters.
str | String -> must be null terminated. |
space | space limit for the printing. |
alignment | 0 centered 1 right aligned 2 left aligned |
Definition at line 379 of file BasisOptimize.cpp.
References Cantera::writelog(), and Cantera::writelogf().
Referenced by Cantera::BasisOptimize().