cantera/interfaces/cython/cantera
2013-07-23 15:30:47 +00:00
..
data Include data files with the new Python module 2012-09-06 19:56:51 +00:00
examples [Cython/Examples] Update to use IdealGasReactor 2013-07-16 22:09:55 +00:00
mixmaster [Cython] Fix Python 2.6 compatibility issues with sys.version_info 2013-07-18 22:39:26 +00:00
test [Cython] Use unittest2 when necessary to support Python 2.6 2013-07-23 15:30:47 +00:00
__init__.py [Cython] Added the "import_phases" convenience function 2013-02-01 23:39:44 +00:00
_cantera.pxd [Cython] Fix a couple cases where exceptions could escape 2013-07-06 21:43:58 +00:00
_cantera.pyx [Cython] Added interface for ReactionPathDiagram 2013-05-29 00:11:57 +00:00
base.pyx [Cython] Changed variable names to be consistent with PEP8 2013-01-30 22:05:30 +00:00
composite.pyx [Cython] Added Sphinx docs for composite classes & importing 2012-12-26 23:56:24 +00:00
constants.pyx [Cython] Changed variable names to be consistent with PEP8 2013-01-30 22:05:30 +00:00
func1.pyx [Cython/1D] 1D solver can be interrupted by ctrl-c 2013-03-04 17:31:41 +00:00
funcWrapper.h [Cython] fixed missing includes in Cython wrapper headers 2013-03-04 17:31:38 +00:00
interrupts.py [Cython/1D] 1D solver can be interrupted by ctrl-c 2013-03-04 17:31:41 +00:00
kinetics.pyx [Cython] Improved API for InterfaceKinetics 2013-02-07 23:40:25 +00:00
liquidvapor.py Added docstrings to Cython PureFluid class 2012-09-06 19:59:00 +00:00
mixture.pyx [Cython] Allow creation of Mixture objects without quantities for each phase 2013-02-01 23:39:40 +00:00
onedim.pyx [1D] Simplify interface for setting tolerances 2013-06-24 15:22:38 +00:00
reactionpath.pyx [Cython] Fix a bug writing graphviz input files 2013-06-21 20:58:11 +00:00
reactor.pyx [Reactor] Add optimized IdealGasConstPressureReactor class 2013-07-16 22:09:46 +00:00
thermo.pyx [Cython] Allow setting state while holding specific properties constant 2013-05-31 15:56:36 +00:00
transport.pyx [Cython] Added molar_fluxes method to DustyGasTransport 2013-02-01 23:40:13 +00:00
utils.py [Cython] Added 'add_module_directory' utility function 2013-02-01 23:40:18 +00:00
utils.pyx [Cython] Changed variable names to be consistent with PEP8 2013-01-30 22:05:30 +00:00
wrappers.h [Cython] fixed missing includes in Cython wrapper headers 2013-03-04 17:31:38 +00:00