Commit graph

3911 commits

Author SHA1 Message Date
Nicholas Malaya
4e33e37478 updating a few other tests 2012-07-16 19:59:01 +00:00
Nicholas Malaya
312e5b742a found a better format 2012-07-16 19:56:40 +00:00
Nicholas Malaya
1147addeb8 converting to lower precision level for test 2012-07-16 19:55:48 +00:00
Nicholas Malaya
405c8bf8a9 lowering precision on test, to avoid false negatives 2012-07-16 19:52:15 +00:00
Nicholas Malaya
fbd6279a6b updating exit code 2012-07-16 19:16:36 +00:00
Nicholas Malaya
430c43f762 small update, prepping for merge 2012-07-16 19:11:53 +00:00
Ray Speth
0d25383591 Merge bug fixes from 2.0 maintenance branch 2012-07-10 16:28:00 +00:00
Ray Speth
5bb6edb133 Bump version number of development version (trunk) 2012-07-10 16:25:39 +00:00
Ray Speth
7194bf96d4 Fixed calculation of some multicomponent transport properties
For some properties, the internal temperature-dependent properties
were being updated in the wrong order.
2012-07-10 16:23:32 +00:00
Ray Speth
b83a3b7e96 Fixed compilation of Fortran samples with user-specified compiler 2012-07-10 16:23:29 +00:00
Ray Speth
0e672ed92a Fixed generated SConstruct files to work with MSVC 2012-07-10 16:23:25 +00:00
Ray Speth
1bae2a373c Fixed Cantera.mak when using the 'single_library=y' config option 2012-07-10 16:23:21 +00:00
Ray Speth
063ee1525c Fixed library specifications in installed SConstruct scripts for samples 2012-07-10 16:23:17 +00:00
Ray Speth
58c202395c Bump version to 2.0.0 (final) 2012-07-10 16:23:12 +00:00
Ray Speth
18efeb1350 Maintenance branch for 2.0 release 2012-07-03 19:25:59 +00:00
Ray Speth
d3c93c5339 Added INSTALL with basic instructions for building with SCons 2012-07-03 17:49:59 +00:00
Ray Speth
f04ac23be9 Fixed a memory leak when re-initializing a CVodesIntegrator 2012-06-27 16:12:45 +00:00
Nicholas Malaya
391690de4e [cantera]: adding more directories to be distributed 2012-06-26 15:14:45 +00:00
Ray Speth
27950730ef [Python] More flexible interface to Phase.selectSpecies and Phase.SelectElement
Allow specification of a single component when extracting a single value,
instead of requiring a sequence. This in turn provides the same capability to a
number of functions which previously only accepted sequences of element or
species names.
2012-06-22 22:36:27 +00:00
Ray Speth
a16d56a637 Fixed some spelling errors 2012-06-22 22:36:15 +00:00
Nicholas Malaya
1f4616ea29 [cantera2.0]: moving ctmath after numerics 2012-06-19 18:24:42 +00:00
Ray Speth
ac54d63782 Fixed some documentation issues with the Python Flame classes
Docstrings for undocumented methods of child classes are automatically copied
from the corresponding method of the parent class. This works both for
docstrings as shown in the Python interpreter as well as the Sphinx-generated
documentation.

Removed manually duplicated docstrings from setProfile(), solve() and
setRefineCriteria() methods.
2012-06-19 16:34:16 +00:00
Nicholas Malaya
8d57c11eac [cantera2.0]: fixing build order in kinetics, and adding correct configure.ac setup for tpx 2012-06-19 16:15:52 +00:00
Nicholas Malaya
5971d4ba70 [cantera2.0]: missing a piece in config.h 2012-06-19 15:52:57 +00:00
Nicholas Malaya
c9169033ff [cantera2.0]: missing makefile.am, added 2012-06-19 15:24:56 +00:00
Nicholas Malaya
08a06aff0a [cantera2.0]: fixing a few files for the autotools system 2012-06-19 15:19:46 +00:00
Nicholas Malaya
35afd04dfa [cantera2.0]: fixing various other directories related to doxygen building 2012-06-19 14:32:37 +00:00
Nicholas Malaya
839fcdb9be [cantera2.0]: missed that doxygen already existed under docs/ 2012-06-19 14:29:51 +00:00
Nicholas Malaya
189d5c0270 [cantera2.0]: updating configure and makefile.ams in ext 2012-06-19 03:57:19 +00:00
Nicholas Malaya
bf3b763350 [cantera2.0]: finally figured this arith.h out 2012-06-19 02:31:11 +00:00
Nicholas Malaya
532141a107 [cantera2.0]: adding missing -lexecstream -pthread to makefile.am in tests 2012-06-19 02:06:23 +00:00
Nicholas Malaya
631be2da45 [cantera2.0]: building and writing arith.h 2012-06-19 01:50:57 +00:00
Nicholas Malaya
4e16d3aafa [cantera2.0]: partial fix to problem ray identified, followup coming in a few minutes 2012-06-18 21:19:33 +00:00
Nicholas Malaya
f34b1ad1c3 [cantera2.0]: small modification to build script 2012-06-18 17:39:56 +00:00
Nicholas Malaya
43660e4c0c [cantera2.0]: all tests now compile, from makefile.am modifications 2012-06-18 16:42:46 +00:00
Nicholas Malaya
70db937d32 [cantera2.0]: 2nd round of test makefiles edited 2012-06-18 16:16:55 +00:00
Nicholas Malaya
cbeb9f9d1b [cantera2.0]: updating all regression test makefile.ams 2012-06-18 15:29:44 +00:00
Nicholas Malaya
4a80712846 [cantera2.0]: more makefile.am fixes--very close to compiling regression tests, now 2012-06-18 15:14:58 +00:00
Nicholas Malaya
cb7730479f [cantera2.0]: fixing a stupid error in the libexecstream makefile, and adding f2c_math 2012-06-18 14:55:39 +00:00
Nicholas Malaya
b37083651e [cantera2.0]: adding a missing makefile.am 2012-06-18 14:19:03 +00:00
Nicholas Malaya
d5432c4f8d [cantera2.0]: updating makefile.am, still more work on libexec to be done 2012-06-18 04:46:51 +00:00
Nicholas Malaya
ece7e870b6 [cantera2.0]: fixing all the missing lapack files 2012-06-18 03:06:58 +00:00
Nicholas Malaya
255c1453db [cantera2.0]: more makefile.am adjustments... cantera autotools version is very nearly functioning now 2012-06-18 02:56:59 +00:00
Nicholas Malaya
92c5f5c57f [cantera2.0]: updating a few makefiles for the autotools version. Not yet working without link errors, but getting close 2012-06-18 02:29:29 +00:00
Nicholas Malaya
927e128257 [cantera]: updating test makefile include line 2012-06-18 00:34:12 +00:00
Nicholas Malaya
9eb6f72f88 [cantera]: fixing kinetic makefile include line 2012-06-18 00:33:18 +00:00
Nicholas Malaya
ac2cad4d1e [cantera]: commit to fix doxygen dir 2012-06-17 21:36:08 +00:00
Ray Speth
1a22835ad4 Added support for specifying forward reaction orders in ck2cti.py 2012-06-15 21:56:56 +00:00
Ray Speth
0da94ea0c2 Added support for explicit reverse rate constants to ck2cti.py 2012-06-15 21:56:53 +00:00
Ray Speth
1a60d55135 Added support for SRI falloff parameterization to ck2cti.py 2012-06-15 21:56:49 +00:00