Commit graph

5556 commits

Author SHA1 Message Date
Harry Moffat
568ca4d067 Changed the environmental variable, WITH_ELECTROLYTES, so that it
can be set from a preconfig routine.
2006-04-27 21:39:11 +00:00
Dave Goodwin
501e9f1ac1 changed doublereal* to iterator in axpy 2006-04-25 09:52:39 +00:00
Dave Goodwin
d5b18300cc initial import 2006-04-23 07:27:10 +00:00
Dave Goodwin
2cd243203a added missing Domain1D.cpp 2006-04-23 07:24:27 +00:00
Dave Goodwin
27e89d7f9b cleaned up configure.in 2006-04-23 06:41:21 +00:00
Dave Goodwin
c48da0d14f *** empty log message *** 2006-04-23 06:02:35 +00:00
Harry Moffat
57ae234440 Added quotes around some variables. This is necessary if the variables
have spaces in them in order for the values to be propagated correctly
to the Makefile variables.
2006-04-19 20:46:16 +00:00
Harry Moffat
7d8179686d Added a ldemulation arg to the strip command. This is necessary
when compiling 32 bit on a 64 bit linux box.
2006-04-19 20:44:22 +00:00
Dave Goodwin
53cbe7e119 *** empty log message *** 2006-04-11 07:15:48 +00:00
Harry Moffat
38db8309fe Changed the name of some arguments that conflicted with names of member
data. This created a warning message on Solaris.
2006-03-07 20:59:53 +00:00
Harry Moffat
4015fd7cf1 Solaris sunpro compilers gave a warning about virtual functions in the
same class which
have the same name, but which have different arguments.
   Solaris complains when virtual functions are hidden, when they are
overloaded.
2006-03-07 20:52:16 +00:00
Harry Moffat
abccc976cd const needed for proper virtual inheritance 2006-03-07 20:49:33 +00:00
Harry Moffat
5d0b71fc3a Solaris warns about templated static functions. 2006-03-07 20:47:29 +00:00
Harry Moffat
96a988c2b1 Quotation marks are needed on Solaris 2006-03-06 00:07:29 +00:00
Harry Moffat
5a8a9c2fc5 Changed the defn of a function to agree with underlying virtual function. 2006-03-05 23:55:08 +00:00
Harry Moffat
47a22c5bf1 Added deletion of sun cache directory 2006-03-05 23:52:12 +00:00
Harry Moffat
bb2e6897d7 solaris warned about string literals being assigned to char *.
So, I changed it so that the species name is storred within the
object.
2006-03-03 23:21:06 +00:00
Harry Moffat
253244be01 Took duplicate out of F77FLAGS statement. 2006-03-03 22:44:09 +00:00
Harry Moffat
424a09f5b1 Fixed f2c so that it's only compiled when the option is turned on. 2006-03-03 22:43:35 +00:00
Harry Moffat
98122a2447 Added a file 2006-03-03 22:04:02 +00:00
Harry Moffat
6a1e9511ba An argument hid a member function name. I Changed the argument variable
name.
2006-03-03 22:02:54 +00:00
Harry Moffat
ab1cae4b83 Added SunWS_cache deletion 2006-03-03 22:00:44 +00:00
Harry Moffat
1ddc4c9574 An argument conflicted with a member variable. I changed the
name of the argument variable.
2006-03-03 21:57:41 +00:00
Harry Moffat
7df61e97a7 Changed the defn of two functions who were missing const declarations.
These were const in Thermophase.h, and for proper inheritance, they
need to be the same in derived classes.
2006-03-03 21:11:52 +00:00
Harry Moffat
78327505c8 Took out duplicate flags 2006-03-03 20:39:27 +00:00
Harry Moffat
d28432f313 Added the file dgbfa.f
Took out duplicate FFLAGS statement.
2006-03-03 20:31:49 +00:00
Harry Moffat
07c11a7bab Added the SunWS_cache directory. 2006-03-03 18:17:32 +00:00
Harry Moffat
a01ddcedcc This is the start of trying to handle 32 bit vs. 64 bit compilation
on select platforms. For example, on linux you can compile 32 bit
and 64 bit if the os and hardware can handle 64 bits. In many cases
you want to stick to 32 bit compilations. One reason is that
python may only be set up for 32 bit add-on modules.
   e.g see the SIZEOF_VOID_P defn in pyconfig.h

So, I added BITCOMPILE BITHARDWARE, and BITCHANGE variables
I also added the variable ldemulationarg, because it's needed in
one case for 32 bit compilations on 64 bit linux boxes.

Later I will add the default compiler flags that make this 32 bit
compilation work. Now they are brought in through a prep script.
2006-03-03 18:03:22 +00:00
Harry Moffat
d2bdb5c9a6 Replaced the file dgbefa.f with dgbfa.f. The later is used in other
math routines.
2006-03-03 16:44:41 +00:00
Harry Moffat
97185bbf0e EXTRA_LINK can now come in with a default value. Am using this for
the 32 bit compile on a 64 bit linux operating system.
2006-03-03 16:42:09 +00:00
Harry Moffat
5f91bf7293 Rebaselined the problem.
The number of points changed from 104 to 105 points. However, the
solution stayed just about the same.
2006-03-03 16:37:39 +00:00
Harry Moffat
b011f4546c Added files to the ignore list. 2006-03-03 15:33:56 +00:00
Harry Moffat
6e02cbd8e3 Fixed this test so that it can work in the srcdirtree environment. 2006-03-03 15:29:44 +00:00
Harry Moffat
bd47fc101c Rebaselined the kin1 problem after taking a close look at the
results. At one time plane, a couple of the radicals concentrations
changed at the ~5.0E-3 level. This seems to be a nontrivial change,
however, I this we should let it pass.
I sense this problem could be made more stable if the nonlinear
convergence requirements were made a lot stricter, while maintaining
the same time step truncation error tolerances.
2006-03-03 15:27:14 +00:00
Harry Moffat
2830dea490 updated the test to ensure that it works from the srcdirtree. 2006-03-03 15:21:25 +00:00
Harry Moffat
6bf3be84c3 Fixed the program so that it can be run from srcdirtree and install tree 2006-03-03 14:43:34 +00:00
Harry Moffat
c876f55003 Fixed a warning message about getting to the end of a
int function without a return.
2006-02-24 23:24:50 +00:00
Harry Moffat
1cd614efc6 Fixed a warning message about no return from a double function. 2006-02-24 23:22:14 +00:00
Dave Goodwin
55e98c86f5 added size attribute to species class 2005-12-19 06:10:17 +00:00
Dave Goodwin
9a67ae84c4 added statements to getEquilibriumConstants to force a T update on the next call. Array m_rkcn was being left containing incorrect data. Problem is now fixed. 2005-12-15 17:07:06 +00:00
Dave Goodwin
33fbbf0b93 removed critical and saturation properties from ThermoPhase 2005-12-09 17:49:33 +00:00
Dave Goodwin
3c3f7d47ec *** empty log message *** 2005-12-07 10:21:18 +00:00
Dave Goodwin
7d1cb660fe initial import 2005-12-07 03:34:15 +00:00
Dave Goodwin
87961902de fixed sundials test 2005-12-06 19:23:32 +00:00
Dave Goodwin
70d277c86e minor changes 2005-12-05 18:36:27 +00:00
Dave Goodwin
e2d8ec95f5 *** empty log message *** 2005-12-05 14:05:03 +00:00
Dave Goodwin
d90c9efe6b *** empty log message *** 2005-11-28 00:28:56 +00:00
Dave Goodwin
623dba2b67 misc minor fixes 2005-11-26 16:08:40 +00:00
Dave Goodwin
bcfc876a0a fixed error in restoreState 2005-11-23 01:19:52 +00:00
Dave Goodwin
2a963debde *** empty log message *** 2005-11-22 18:50:19 +00:00