cantera/src/oneD
Ray Speth 54efbaa320 Rewrote exception handling to be more general and more explicit
CanteraError inerits from std:exception, so now it has a what() method
that is used to print a message describing the exception. Adding an
exception to the Cantera error stack now requires explicitly calling
the .save() method.
2012-03-05 20:45:56 +00:00
..
boundaries1D.cpp Removed rogue tabs in the C++ source code 2012-02-27 18:15:02 +00:00
Domain1D.cpp Skip cast from size_t to int when calling int2str 2012-02-27 18:14:17 +00:00
Makefile.am Reorganized source tree structure 2012-02-12 02:27:14 +00:00
MultiJac.cpp Fixed indexing problems when evaluating Jacobian for 1D simulations 2012-03-01 16:56:36 +00:00
MultiNewton.cpp Fixed warnings related to printf/sprintf 2012-02-28 19:02:00 +00:00
newton_utils.cpp Fixed warnings related to printf/sprintf 2012-02-28 19:02:00 +00:00
OneDim.cpp Fixed warnings related to printf/sprintf 2012-02-28 19:02:00 +00:00
refine.cpp Skip cast from size_t to int when calling int2str 2012-02-27 18:14:17 +00:00
Resid1D.h Updated #includes to reflect new header file locations 2012-02-12 02:44:14 +00:00
Sim1D.cpp Rewrote exception handling to be more general and more explicit 2012-03-05 20:45:56 +00:00
StFlow.cpp Fixed Jacobian evaluation problems in AxiStagnFlow::eval 2012-03-05 20:44:46 +00:00