Catera with additional transport models
Unlike the normal case for CallbackError, where the error message is visible when it is re-raised in Python, errors occuring during reactor network integration aren't necessarily terminal, so they can't simply be re-raised after returning to Python. But we still want to display the information they contain, so we need to extract that information from the Python exception objects in the what() function that is called by cvodes_rhs. |
||
|---|---|---|
| bin | ||
| data | ||
| doc | ||
| ext | ||
| include/cantera | ||
| interfaces | ||
| platform | ||
| samples | ||
| site_scons | ||
| src | ||
| test | ||
| test_problems | ||
| .gitignore | ||
| AUTHORS | ||
| INSTALL | ||
| License.txt | ||
| README | ||
| SConstruct | ||
******* 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.