Ray Speth
474f423ca4
Automatically clean up ct2ctml.log files unless there is an error
2012-03-09 22:55:03 +00:00
Ray Speth
9753cc7c40
Deprecated the unused "userInterface" function
2012-03-09 22:54:47 +00:00
Ray Speth
0312f6dc21
Removed exception-based flow control from Sim1D::solve
2012-03-09 22:54:35 +00:00
Ray Speth
50bef3ee5c
Fixed an environment issue with Python subprocesses
2012-03-09 22:54:21 +00:00
Ray Speth
66ada1c423
Cleaned up the implementation of the NASA9poly test
2012-03-09 22:54:09 +00:00
Ray Speth
4534819d1d
Fixed running the Python unit tests when building with the Intel compiler
2012-03-07 00:52:00 +00:00
Ray Speth
692f1249ae
Deprecated some unused functions in SpeciesThermoMgr.h
2012-03-07 00:51:56 +00:00
Ray Speth
11d97dfbbf
Simplified definitions in class SpeciesThermoDuo
2012-03-07 00:51:51 +00:00
Ray Speth
55db95974c
Removed deprecated SpeciesThermo1 class
2012-03-07 00:51:46 +00:00
Ray Speth
3bff32dd55
Fixed problems that generated warnings with the Intel compiler
2012-03-07 00:51:13 +00:00
Ray Speth
afe97da43f
Improved version of the testpath.m utility script
2012-03-07 00:51:02 +00:00
Ray Speth
559163d2ca
Fixes to allow building the Matlab toolbox with MinGW
2012-03-07 00:50:58 +00:00
Ray Speth
6f306dbc1c
Fixed a missing include needed to compile the F90 interface
2012-03-07 00:50:53 +00:00
Ray Speth
baade7fbad
Link Python and Matlab modules against shared BLAS/LAPACK when necessary
2012-03-05 20:47:08 +00:00
Ray Speth
1ca9e3fac5
Moved a BLAS function out of f2c_math
2012-03-05 20:47:02 +00:00
Ray Speth
346268f09c
Matlab extension compiled directly by SCons without invoking Matlab
2012-03-05 20:46:57 +00:00
Ray Speth
ebc6ef1e47
Improved error message printed when ct2ctml fails
...
Now we actually print the contents of the log file.
2012-03-05 20:46:52 +00:00
Ray Speth
2fa2d98171
Exceptions generate less mysterious error messages in a few places
2012-03-05 20:46:46 +00:00
Ray Speth
000117cad3
Updated .gitignore
2012-03-05 20:46:41 +00:00
Ray Speth
9cdf079d2d
Added templated generic exception handler for clib functions
2012-03-05 20:46:34 +00:00
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
Ray Speth
e3b5ee802e
Contents of misc.cpp relocated
...
The functions formerly defined in misc.cpp are now defined in the
source files corresponding to the header files where they were
declared.
2012-03-05 20:45:31 +00:00
Ray Speth
8150f49c2c
Simplified adding SCons build and install targets
2012-03-05 20:45:20 +00:00
Ray Speth
a3b1946871
Generate SConstruct files and Makefiles in the build directory
2012-03-05 20:45:09 +00:00
Ray Speth
3a15fef000
legacy_headers option now installs Cantera.h
2012-03-05 20:45:03 +00:00
Ray Speth
2e695a67de
Exclude certain file patterns from being installed with the samples
2012-03-05 20:44:58 +00:00
Ray Speth
489469b6bf
Added example Makefiles to install with the F77/F90 samples
2012-03-05 20:44:52 +00:00
Ray Speth
21100f1cb0
Fixed Jacobian evaluation problems in AxiStagnFlow::eval
2012-03-05 20:44:46 +00:00
Ray Speth
38322d720a
Fixed indexing problems when evaluating Jacobian for 1D simulations
2012-03-01 16:56:36 +00:00
Ray Speth
c3398e7a3e
Added example SConstruct files to install with F77/F90 sample programs
2012-03-01 16:56:29 +00:00
Ray Speth
50d799aa1a
Removed some empty directories that git left behind
2012-03-01 00:52:26 +00:00
Ray Speth
5be672535a
Added documentation note on compiling Sundials with -fPIC
2012-03-01 00:45:08 +00:00
Ray Speth
6924e9f69f
Added example SConstruct files to install with C++ sample programs
2012-03-01 00:45:03 +00:00
Ray Speth
45fe098d51
Added example Makefiles to install with C++ sample programs
2012-03-01 00:44:56 +00:00
Ray Speth
70cdd1be3e
Made linking to Sundials libraries more consistent
2012-03-01 00:44:50 +00:00
Ray Speth
b3be325ade
Set default compiler flags for llvm-gcc
2012-03-01 00:44:46 +00:00
Ray Speth
c7e91eec99
Made Doxygen less obnoxiously verbose
2012-03-01 00:44:42 +00:00
Ray Speth
5c5bff7d79
Removed unused function 'smlequ'
2012-03-01 00:44:38 +00:00
Ray Speth
6a9f3ea892
Marked some unused functions as deprecated
2012-03-01 00:44:31 +00:00
Ray Speth
8161a9aa5a
Fixed incorrect documentation for getPureGibbs in some classes
2012-03-01 00:44:22 +00:00
Ray Speth
cf388bde90
Compilation guide updates: OS X, Clang/LLVM, MinGW
2012-02-28 23:48:58 +00:00
Ray Speth
77cd424821
Added support for compiling with Clang
2012-02-28 23:48:53 +00:00
Ray Speth
657ed19371
Fixed warnings related to printf/sprintf
2012-02-28 19:02:00 +00:00
Ray Speth
ffb7049a74
Marked a few unused member variables as deprecated
2012-02-28 19:01:50 +00:00
Ray Speth
e487d95054
Fixed a few "unused variable" warnings
2012-02-28 19:01:43 +00:00
Ray Speth
8877f95e3c
Modified some compiler warning settings
2012-02-28 19:01:35 +00:00
Ray Speth
bb72897c8b
Deprecated the Kinetics::ID() method
...
The type() method should be used instead.
2012-02-28 19:01:27 +00:00
Ray Speth
e5da0d268d
Fixed declaration of importSolution in StFlow
2012-02-28 19:01:20 +00:00
Ray Speth
a304b7393b
Fixed Python unit tests to work with Python 2.6
2012-02-27 18:16:16 +00:00
Ray Speth
ef0d68a2e0
Make Scons "debug" and "optimization" options independent
2012-02-27 18:16:10 +00:00