cantera/interfaces/cython/cantera
2014-11-11 00:12:21 +00:00
..
data Include data files with the new Python module 2012-09-06 19:56:51 +00:00
examples [1D/Examples] Add new diffusion flame examples 2014-09-02 22:34:23 +00:00
mixmaster [MixMaster] Fix crash when using Tcl 8.6 2014-09-15 18:05:04 +00:00
test [Test] Make reaction equation test independent of species ordering 2014-11-11 00:12:21 +00:00
__init__.pxd [Cython] Add __init__.pxd to allow 'from cantera cimport ...' 2013-09-28 18:18:23 +00:00
__init__.py [Python] Move some classes from Cython to pure Python 2014-07-10 22:34:12 +00:00
_cantera.pxd [Equil] Implement equilibrate as a method of MultiPhase 2014-11-08 00:53:42 +00:00
_cantera.pyx [Cython/Thermo] Add mass/mole_fraction_dict methods 2014-09-18 22:59:02 +00:00
base.pyx Allow importing phases from XML or CTI strings 2014-07-30 16:59:51 +00:00
ck2cti.py [ck2cti] Adjust number of species per line dynamically 2014-10-29 23:32:04 +00:00
composite.pyx [Cython] Use __slots__ to prevent accidental invalid attribute assignment 2014-07-30 16:59:17 +00:00
constants.pyx [Cython] Changed variable names to be consistent with PEP8 2013-01-30 22:05:30 +00:00
ctml_writer.py [Doc] Describe syntax for specifying coverage dependencies 2014-10-08 16:54:21 +00:00
func1.pyx [Python] Allow Func1 to accept nearly-scalar types 2014-06-20 18:45:22 +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/Kinetics] stoich_coeff methods accept species by name 2014-07-10 22:36:28 +00:00
liquidvapor.py Added docstrings to Cython PureFluid class 2012-09-06 19:59:00 +00:00
mixture.pyx [Equil] Implement equilibrate as a method of MultiPhase 2014-11-08 00:53:42 +00:00
onedim.py [1D/Python] Fix spurious 'divide by zero' warning 2014-09-02 22:34:21 +00:00
onedim.pyx [1D] Add 'clearStats' function for clearing accumulated solver stats 2014-09-07 21:17:00 +00:00
reactionpath.pyx [Cython] Fix compilation issue when using Clang 2014-01-08 17:10:29 +00:00
reactor.pyx [Cython/Reactor] Add Reactor keyword argument 'volume' 2014-09-23 02:20:55 +00:00
thermo.pyx [Equil] Implement equilibrate as a method of ThermoPhase 2014-11-08 00:53:39 +00:00
transport.pyx [Doc] Fix some Sphinx warnings 2014-08-26 22:04:59 +00:00
utils.py [Cython] Added 'add_module_directory' utility function 2013-02-01 23:40:18 +00:00
utils.pyx [Cython] Direct log output to sys.stdout 2013-12-06 23:15:14 +00:00