cantera/src
Ray Speth f95bc8fb43 [Equil] Avoid floating point overflow from pressure term
Since computing the residual norm effectively requires p**2, the
correct limit to avoid an overflow is sqrt(DBL_MAX), or roughly
exp(300).

This change fixes crashes due to SIGFPE in cases where floating point
exceptions have been enabled, and also fixes a few cases where the
solver did not previously converge.
2013-09-30 01:53:54 +00:00
..
apps Eliminate redundant standard library includes 2013-06-05 17:08:13 +00:00
base [ck2cti] Make permissive mode default when run from Matlab or C++ 2013-09-12 16:04:13 +00:00
clib [clib] Fix bounds check on getMolecularWeights 2013-09-19 14:49:09 +00:00
equil [Equil] Remove a calculation with an unused result 2013-09-30 01:53:48 +00:00
fortran [Transport] Add electricalConductivity method to all language interfaces 2013-08-23 17:43:55 +00:00
kinetics [Kinetics] Allow negative Troe parameters 2013-08-01 18:57:33 +00:00
matlab [SCons] Fix some dependency issues for building "ctpath.m" 2013-09-06 20:34:18 +00:00
numerics [Reactor] Fix segfault when requesting sensitivities at t = 0 2013-09-01 00:33:19 +00:00
oneD Fix spelling errors 2013-07-26 21:33:50 +00:00
python [Transport] Add electricalConductivity method to all language interfaces 2013-08-23 17:43:55 +00:00
spectra Deprecate unused spectroscopy-related classes 2013-06-06 15:33:05 +00:00
thermo [Equil] Avoid floating point overflow from pressure term 2013-09-30 01:53:54 +00:00
tpx [Doxygen] Fix some incorrect/missing "@file" commands 2013-06-06 15:32:30 +00:00
transport Deprecate Transport::setParameters 2013-06-24 15:22:19 +00:00
zeroD [Reactor] Fix segfault when requesting sensitivities at t = 0 2013-09-01 00:33:19 +00:00
Makefile.am Removed obsolete C++ Chemkin mechanism converter 2012-07-26 20:49:50 +00:00
SConscript [SCons] Fix handling of blas_lapack_dir and boost_lib_dir 2013-06-14 23:06:29 +00:00