cantera/interfaces/cython/cantera
Ray Speth 5795f3fd55 [Python] Fix docstring of Sim1D.restore
Resolves Issue 210.

Cherry-pick of trunk commit r2790.
2014-03-24 21:36:55 +00:00
..
data Include data files with the new Python module 2012-09-06 19:56:51 +00:00
examples [Cython] Minor reorganization of examples 2013-08-22 21:46:17 +00:00
mixmaster [MixMaster] Fixes to use Cython function names 2014-02-14 17:02:21 +00:00
test Fix issues with pure fluids near temperature limits 2013-11-12 23:44:51 +00:00
__init__.pxd [Cython] Add __init__.pxd to allow 'from cantera cimport ...' 2013-09-28 18:18:23 +00:00
__init__.py [Cython] Added the "import_phases" convenience function 2013-02-01 23:39:44 +00:00
_cantera.pxd [Cython] Fix compilation issue when using Clang 2014-01-23 02:13:51 +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
interrupts.py [Cython/1D] 1D solver can be interrupted by ctrl-c 2013-03-04 17:31:41 +00:00
kinetics.pyx [Cython] Add declarations for free functions to _cantera.pxd 2013-09-30 01:53:40 +00:00
liquidvapor.py Added docstrings to Cython PureFluid class 2012-09-06 19:59:00 +00:00
mixture.pyx [Cython] Improve support for building derived Cython modules 2013-09-25 22:57:36 +00:00
onedim.pyx [Python] Fix docstring of Sim1D.restore 2014-03-24 21:36:55 +00:00
reactionpath.pyx [Cython] Fix compilation issue when using Clang 2014-01-23 02:13:51 +00:00
reactor.pyx [Cython] Improve support for building derived Cython modules 2013-09-25 22:57:36 +00:00
thermo.pyx [Cython] Add 'atomic_weight' method and 'atomic_weights' property 2013-11-12 23:44:46 +00:00
transport.pyx [Cython] Add declarations for free functions to _cantera.pxd 2013-09-30 01:53:40 +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