cantera/src/clib
2015-11-23 18:06:54 -05:00
..
Cabinet.h Use cppformat instead of int2str and fp2str 2015-10-14 18:45:23 -04:00
clib_defs.h Simplify error handling to eliminate need for global error stack 2015-11-16 19:50:55 -05:00
ct.cpp Simplify error handling to eliminate need for global error stack 2015-11-16 19:50:55 -05:00
ct.h Add MATLAB interface to the setState_RP function 2015-06-15 17:47:37 -04:00
ctbdry.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctfunc.cpp Fix un-bracketed if, for, and else statements 2015-08-02 23:06:15 -04:00
ctfunc.h Remove unused, deprecated code marked for removal after Cantera 2.2 2015-07-15 12:08:50 -04:00
ctmultiphase.cpp [Thermo] Synchronize Mixture/Multiphase state before printing report 2015-11-12 12:42:35 -05:00
ctmultiphase.h [Thermo] Synchronize Mixture/Multiphase state before printing report 2015-11-12 12:42:35 -05:00
ctonedim.cpp Remove unnecessary calls to ostream.close() 2015-11-23 18:06:54 -05:00
ctonedim.h Remove unused, deprecated code marked for removal after Cantera 2.2 2015-07-15 12:08:50 -04:00
ctreactor.cpp General whitespace cleanup 2015-08-02 23:06:15 -04:00
ctreactor.h Remove unused, deprecated code marked for removal after Cantera 2.2 2015-07-15 12:08:50 -04:00
ctrpath.cpp Remove unnecessary calls to ostream.close() 2015-11-23 18:06:54 -05:00
ctrpath.h [Matlab] 'cleanup' now deletes all Cantera objects 2015-04-08 23:08:42 -04:00
ctsurf.cpp Extend NoNorm option for setCoverages to the Matlab toolbox 2015-11-07 21:14:03 -05:00
ctsurf.h Extend NoNorm option for setCoverages to the Matlab toolbox 2015-11-07 21:14:03 -05:00
ctxml.cpp Remove unnecessary calls to ostream.close() 2015-11-23 18:06:54 -05:00
ctxml.h General whitespace cleanup 2015-08-02 23:06:15 -04:00
README.txt Reorganized source tree structure 2012-02-12 02:27:14 +00:00

This directory contains code that implements C-callable functions that
can be used to create and use Cantera objects from languages other
than C++. It is used by both the Python and Matlab interface packages.