cantera/src/clib
2014-02-21 19:08:47 +00:00
..
Cabinet.h Fix miscellaneous integer sign/size warnings 2014-02-21 19:08:47 +00:00
clib_defs.h Eliminate redundant standard library includes 2013-06-05 17:08:13 +00:00
ct.cpp Remove unnecessary include of windows.h 2014-02-21 19:08:07 +00:00
ct.h [Matlab] Add isothermalCompressibility and thermalExpansionCoeff functions 2014-01-08 17:10:41 +00:00
ctbdry.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctfunc.cpp Added copyString as a consistent interface for copying std::string to char* 2012-08-02 15:48:27 +00:00
ctfunc.h Removed execute permission from nonexecutable files 2012-03-13 17:32:41 +00:00
ctmultiphase.cpp [clib] Fix error handling for MultiPhase objects 2013-07-26 21:33:59 +00:00
ctmultiphase.h Fixed code formatting 2012-07-18 18:32:29 +00:00
ctonedim.cpp [1D] Eliminate deprecated methods of Domain1D 2014-01-30 00:47:52 +00:00
ctonedim.h [1D] Eliminate deprecated methods of Domain1D 2014-01-30 00:47:52 +00:00
ctreactor.cpp [Python] Add support for IdealGasReactor and IdealGasConstPressureReactor 2013-07-31 18:14:45 +00:00
ctreactor.h Removing deprecated / nonfunctional methods from Reactor 2012-10-12 20:34:33 +00:00
ctrpath.cpp Some cleanup of clib 2012-08-02 15:48:16 +00:00
ctrpath.h Fixed code formatting 2012-07-18 18:32:29 +00:00
ctsurf.cpp Continuing transfering LiquidTransport changes, doing bugfixes, and 2012-12-15 00:49:14 +00:00
ctsurf.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctxml.cpp Some cleanup of clib 2012-08-02 15:48:16 +00:00
ctxml.h Fixed qualifiers for functions that are part of the Cantera DLL 2012-02-27 18:15:47 +00: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.