cantera/interfaces
Ray Speth 051381d862 [Python] Allow setting composition of sliced Solution objects
The following syntax:

    >>> phase['H2','O2'].X = [1.0, 0.5]

Is equivalent to:

    >>> phase.X = 'H2:1.0, O2:0.5'
2014-04-08 16:26:47 +00:00
..
cython [Python] Allow setting composition of sliced Solution objects 2014-04-08 16:26:47 +00:00
matlab [1D] Eliminate deprecated methods of Domain1D 2014-01-30 00:47:52 +00:00
python_minimal [Python] Remove the legacy Python module 2013-12-09 01:35:08 +00:00