Harry Moffat
c24a59deff
Added a few files for the windows debug compile, which now uses _d libraries.
2009-12-30 23:07:15 +00:00
Harry Moffat
0ddc9d4186
Finished adding to the ignore lists...
2009-12-29 02:34:56 +00:00
Harry Moffat
01852ed442
Worked on the ignore file list
2009-12-29 02:09:01 +00:00
Harry Moffat
9cf35bff4f
Removed errors in the makefiles.
2009-12-29 01:41:41 +00:00
Harry Moffat
7113dd53da
Reblessed this solution -> may be changing arbitrarily and problematically
2009-12-29 01:41:01 +00:00
Harry Moffat
3a7cca584c
Rebaselined a few tests.
...
Worked on changing the solution for 2 problematic tests:
catcomb_stagflow
surf_rxn
The catcomb problem actually needed the surface mechanism to be
changed for it to become a reliable solve.
2009-12-29 01:28:09 +00:00
Harry Moffat
dfd9bc2c94
Added a reaction to the mechanism to promote numerical stability.
...
Added a unimolecular dissociation rxn to avoid singular jacobians.
2009-12-29 00:00:37 +00:00
Harry Moffat
5b725eec64
Fixed the problem so that convergence would occur.
...
The time step in the inner loop was decreased by a factor of 100.
Previously, there were convergence problems with this example problem.
2009-12-28 23:04:55 +00:00
Harry Moffat
a5cee7e389
Some needed changes added for the new cygwin environment.
2009-12-24 22:46:10 +00:00
Harry Moffat
dbf8f0cfa5
The new cygwin version 1.7.1 caused install commands to fail. Apparently, there is a problem
...
with the native install command. I changed it to config/install-sh.
2009-12-24 18:39:01 +00:00
Harry Moffat
2ee8ae220d
Fixed an error with the assignment and copy constructor.
...
The VPSSMgr object needed to be resynched with the VPStandardStateTP
object after it was set up. This was not done.
2009-12-22 22:35:30 +00:00
Harry Moffat
acf0c3f7c3
Fixed a typo that was causing sundials version 2.3 builds to fail.
...
The define variable was spelled incorrectly.
2009-12-21 21:02:28 +00:00
Harry Moffat
b8ee78fc24
Modified the example installs
...
The minor version number is now included in the install directory.
2009-12-21 20:53:24 +00:00
Harry Moffat
9c6080e3c9
Turned on keyword substitution in the cpp files.
2009-12-09 17:50:27 +00:00
Harry Moffat
6d02467b7e
Added the change for the bugfix to HMWSoln to the static branch
...
The function getActivityConcentration in the HMWSoln object had
a bug in it that caused it to be incompatible with standardConcentration()
and getActivities(). This meant that the ROP in kinetics managers
for this object was being calculated incorrectly.
This is now fixed.
2009-12-09 17:34:13 +00:00
Harry Moffat
42f709a37f
Moved names around to create a common naming scheme.
2009-10-22 22:01:08 +00:00
Harry Moffat
3f630e56a6
Eliminated a possible error that could wipe out the directory when make clean is invoked, if the build directory doesn't exist.
2009-09-26 02:13:34 +00:00
Harry Moffat
c0e84560a1
Added ignore entries for doxygen stuff.
2009-09-26 01:22:22 +00:00
Harry Moffat
844b3cdce8
Doxygen update
2009-09-26 01:15:38 +00:00
Harry Moffat
f1d0698194
Doxygen updates - beating down the warnings.
2009-09-26 01:13:01 +00:00
Harry Moffat
f61308fe1d
Doxygen changes -> beating down the warning messages
2009-09-25 23:23:05 +00:00
Harry Moffat
aa12b47ccc
Doxygen updates -> filling in missing parameters.
2009-09-25 21:07:41 +00:00
Harry Moffat
e6e872b1e3
Doxygen update
2009-09-25 20:39:19 +00:00
Harry Moffat
5f7e88a634
Added missing doxygen documentation
2009-09-25 20:15:28 +00:00
Harry Moffat
b093f02473
Moved the cstring include around so that it will compile under gcc 4.3.3.
2009-09-22 22:13:33 +00:00
Harry Moffat
55bd4a766a
Sundials 2.4 compatibility.
...
Added compatibility for sundials 2.4 along the 1.8.0 branch. I'll
add it to the main trunk as well shortly. This hasn't been fully tested
except for the cxx_examples problem.
2009-09-22 16:57:14 +00:00
Harry Moffat
f28e01aa23
Slight updates to the blessed files.
2009-09-22 16:17:52 +00:00
Harry Moffat
6d7e0e5cba
Creating a branch for the 1.8.0 Release.
...
Along this branch, no extra functionality will be introduced. It will only be used for bug fixes.
2009-08-28 20:51:41 +00:00
Harry Moffat
3b7c9e2388
Added an example of cantera on a mac.
...
Python is enabled
matlab is not enabled. -> don't have it.
2009-08-22 23:10:44 +00:00
Harry Moffat
6d13695c54
Changed the default CANTERA_BIN value
2009-08-22 23:08:36 +00:00
Harry Moffat
f5bd34e5bf
Added an input file to the install
2009-08-22 22:58:47 +00:00
Harry Moffat
438bf6f787
Made sure some executables had $(CANTERA_BIN) as the path name to find the executables.
2009-08-22 22:54:38 +00:00
Harry Moffat
b93bd3bb2f
Fixed an error in Cantera.mak that appears just for macs.
...
added a couple more files to the install procedure that were missing.
2009-08-22 22:47:38 +00:00
Harry Moffat
060c73d5ad
Fixed an error in the mac build. Mac was special cased out of compiling lapack and blas.
...
Took that out.
Added more ignore files.
2009-08-22 22:14:19 +00:00
Harry Moffat
56c6a578e5
Fixed an error from a previous commit.
2009-08-22 21:18:16 +00:00
Harry Moffat
a1be078db2
Took out setting the PYTHONPATH to null on one statement in finish-install.
...
This sometimes caused a bus error on the Mac.
I'm not sure that I've fixed or understood this error.
2009-08-22 21:16:26 +00:00
Harry Moffat
77afab8f54
Fixed an error in the Makefile on the mac
2009-08-22 20:36:25 +00:00
Harry Moffat
32086af0f3
Fixed an error in the makefile
2009-08-22 20:35:27 +00:00
Harry Moffat
9920095864
Fixed an error in the Makefile that occurs for macs
2009-08-22 20:15:29 +00:00
Harry Moffat
173e5dff9c
Fixed an error that appeared in the Makefile on the mac
2009-08-22 20:12:25 +00:00
Harry Moffat
9d742a14c4
Changed the ordering within the Makefile. This was causing make install
...
to fail on the mac.
2009-08-22 19:50:17 +00:00
Harry Moffat
6d903bd549
Changed the interface to use an enum quantity. Our namespace is getting
...
full, and using enums will help us not step on ourselves.
2009-08-19 14:34:22 +00:00
Harry Moffat
ba5852f786
Moved some data to protected status
2009-08-19 14:33:06 +00:00
Harry Moffat
4340e7089e
Changed some defines into const variables and put them
...
within the Cantera namespace. This is needed to
avoid namespace issues. For example the define BAND interfered
with an mpi variable of the same name.
2009-08-17 01:39:19 +00:00
Harry Moffat
d27a1bc9c5
Added a file that was left out.
2009-08-17 01:35:43 +00:00
Harry Moffat
0c624e5286
Made the data protected in this file.
...
This is a fairly obvious change to help with modularity.
2009-08-15 17:18:59 +00:00
Harry Moffat
0445c5ec59
Added ifdef's around DATA_PTR.
2009-08-11 20:13:50 +00:00
Harry Moffat
38c73aa215
Added guards against predefinitions of AssertThrows
2009-08-11 18:38:48 +00:00
Harry Moffat
5136b40395
Replaced home directory with ${HOME} variable.
2009-08-07 01:10:11 +00:00
Harry Moffat
84c3f38e55
Fixed several serious errors in the top makefile, that
...
caused a make on a clean system to fail.
2009-08-06 23:10:24 +00:00