cantera/src/clib
Ray Speth 833ca13dc1 [1D/Python] Set pressure when restoring solution from XML file
This partially addresses Issue 90.
2012-12-18 00:11:24 +00:00
..
Cabinet.h Made casting operations in ctonedim safer 2012-08-02 15:47:56 +00:00
clib_defs.h Fixed code formatting 2012-07-18 18:32:29 +00:00
ct.cpp Changed parseCompString to simplify its typical usage pattern 2012-08-17 16:44:34 +00:00
ct.h Fixed code formatting 2012-07-18 18:32:29 +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 Some cleanup of clib 2012-08-02 15:48:16 +00:00
ctmultiphase.h Fixed code formatting 2012-07-18 18:32:29 +00:00
ctonedim.cpp [1D/Python] Set pressure when restoring solution from XML file 2012-12-18 00:11:24 +00:00
ctonedim.h [1D/Python] Set pressure when restoring solution from XML file 2012-12-18 00:11:24 +00:00
ctreactor.cpp Removing deprecated / nonfunctional methods from Reactor 2012-10-12 20:34:33 +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.