cantera/samples
Ray Speth 77b467929c [Thermo] Fix calculation of initial density of IdealSolidSolnPhase
The density of IdealSolidSolnPhase and BinarySolutionTabulatedThermo objects was
not being computed as part of construction, causing code that interacted with
them using setState/restoreState, such as the 'Solution' constructors in Matlab
and Python, to fail.
2019-02-20 21:39:22 -05:00
..
cxx [Samples] Fix compilation of Blasius BVP sample with 'scons samples' 2019-02-04 16:38:40 -05:00
f77 [Samples] Remove verbose output from demo F77 wrapper 2018-05-19 22:04:57 -04:00
f90 [Samples/Doc] Generate CMakeLists.txt files for C++ and F90 samples 2016-10-28 23:39:33 -04:00
matlab [Thermo] Fix calculation of initial density of IdealSolidSolnPhase 2019-02-20 21:39:22 -05:00
README.txt Add a note indicating the location of the Cython examples 2013-08-22 21:46:09 +00:00

Samples for the Cython-based Python module can be found in the 
directory "interfaces/cython/cantera/examples".