cantera/Cantera
2011-12-14 19:36:31 +00:00
..
clib SCons can now build the Matlab toolbox under Windows 2011-12-14 19:36:31 +00:00
cxx Removed some unused files 2011-12-14 19:35:40 +00:00
fortran Removed some unused files 2011-12-14 19:35:40 +00:00
matlab SCons can now build the Matlab toolbox under Windows 2011-12-14 19:36:31 +00:00
python Build a static version of clib to use with Python on Linux 2011-12-14 19:36:08 +00:00
src Use Boost.Math to provide 'erf' when it is not provided by math.h 2011-12-14 19:34:28 +00:00
Makefile.in Initial Import 2009-07-27 23:17:19 +00:00
README.txt *** empty log message *** 2004-10-09 15:21:43 +00:00

This directory contains the source for Cantera and its various
language interfaces.

clib    -  the library of C-callable functions used by the Python and
              Matlab interfaces.
cxx     -  files that are only required for C++ application programs.
matlab  -  the Cantera Matlab toolbox
python  -  the Cantera Python package
src     -  the Cantera kernel, used by Cantera in all its forms