cantera/interfaces/cython/cantera
2013-03-07 18:51:33 +00:00
..
data Include data files with the new Python module 2012-09-06 19:56:51 +00:00
examples [Cython/1D] Fixed setting of steady and transient tolerances 2013-03-07 18:51:27 +00:00
test [1D] Save and restore energy_enabled and species_enabled flags 2013-03-07 18:51:33 +00:00
__init__.py [Cython] Added the "import_phases" convenience function 2013-02-01 23:39:44 +00:00
_cantera.pxd [Cython/1D] 1D solver can be interrupted by ctrl-c 2013-03-04 17:31:41 +00:00
_cantera.pyx [Cython] setup.py no longer makes use of setuptools / distribute 2013-03-04 17:30:56 +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 [Cython/1D] Fixed setting of steady and transient tolerances 2013-03-07 18:51:27 +00:00
reactor.pyx [Reactor] Added ability to set the CVODES "MaxErrTestFails" variable 2013-02-07 23:40:40 +00:00
thermo.pyx [Cython] Fixed a documentation error in ThermoPhase 2013-01-30 22:05:57 +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