Catera with additional transport models
Find a file
Ray Speth 7fef1b0051 [Numerics] BandMatrix does not silently do LU when QR is specified
Change GeneralMatrix to allow derived classes to not implement QR
factorization. BandMatrix does not implement QR because this LAPACK
does not contain a QR algorithm for this matrix type.
2014-03-24 04:02:51 +00:00
bin Doxygen update 2013-02-01 18:59:17 +00:00
data [Kinetics] Remove deprecated GRI30 class 2013-12-14 00:17:54 +00:00
doc [SCons] Add specific targets for building the docs 2014-03-13 21:35:39 +00:00
ext Remove abandoned autotools build system 2014-03-04 17:38:53 +00:00
include/cantera [Numerics] BandMatrix does not silently do LU when QR is specified 2014-03-24 04:02:51 +00:00
interfaces [ctml_writer] Fix handling of units in some fields 2014-03-13 02:19:28 +00:00
platform Remove unused 'install_tsc' script 2014-01-30 00:47:44 +00:00
samples Remove abandoned autotools build system 2014-03-04 17:38:53 +00:00
site_scons Fix linker error when using MSVC 2014-03-03 03:50:04 +00:00
src [Numerics] BandMatrix does not silently do LU when QR is specified 2014-03-24 04:02:51 +00:00
test [SCons] Continue running test suite if Python tests crash 2014-03-17 02:05:17 +00:00
test_problems [Test] Fix platform-dependent output in test-IAPWSPres 2014-03-18 01:42:38 +00:00
.gitignore [Doc] Add all Matlab examples to the Sphinx docs 2013-08-22 21:46:37 +00:00
AUTHORS Miscellaneous cleanup 2012-06-12 22:48:28 +00:00
INSTALL Added INSTALL with basic instructions for building with SCons 2012-07-03 17:49:59 +00:00
License.txt Modified License statement slightly to comply with copywrite assertion paperwork. 2014-03-16 02:58:48 +00:00
README Mention downloads on Sourceforge in README 2014-02-24 03:25:42 +00:00
SConstruct [SCons] Allow 'clean' to be specified along with other targets 2014-03-18 01:42:34 +00:00

*******
CANTERA
*******

Version 2.2a (development)

License Information
===================

See the file "License.txt" for information on the terms & conditions for usage,
and a DISCLAIMER OF ALL WARRANTIES.

All trademarks referenced herein are property of their respective holders.

Web Resources
=============

1. The Cantera Google Code site:
   http://cantera.googlecode.com/
   This site contains the Cantera source code, and the issue tracker for bugs
   and enhancement requests.

2. The Cantera SourceForge site:
   http://sourceforge.net/projects/cantera
   Distribution of Cantera releases and binary installers. It also contains the
   project CVS history.

3. Cantera Documentation:
   http://cantera.github.com/docs/sphinx/html/index.html
   This site contains documentation for the current stable version of Cantera.

   http://cantera.github.com/dev-docs/sphinx/html/index.html
   This site contains documentation for the development version of Cantera.

4. The Cantera User's Group:
   http://groups.google.com/group/cantera-users
   This site has a message board for discussions amongst Cantera users.

5. The Cantera Developers Group:
   http://groups.google.com/group/cantera-dev
   Limited access site where developers can discuss development ideas.