Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

SundanceVersion.h

Go to the documentation of this file.
00001 #ifndef SUNDANCEVERSION_H
00002 #define SUNDANCEVERSION_H
00003 
00004 #include "SundanceDefs.h"
00005 #include "TSFOut.h"
00006 #include <iostream>
00007 
00008 
00009 
00010 namespace Sundance
00011 {
00012   static const char versionID_[] = "Sundance v. 1.0.3 (03/06/02)";
00013 
00014   inline void showVersion() {std::cerr << versionID_ << std::endl;}
00015 }
00016 
00017 /* Revision history */
00018 
00019 /* 11/27/01 version 1.0.1 - base version, works on linux and solaris */
00020 
00021 /* 01/03/02 version 1.0.2
00022  * - bug fixes in discrete functions evaluation
00023  * - added mesh reorderings
00024  *
00025  */
00026 
00027 /* 03/06/02 version 1.0.3
00028  * - parameter expressions
00029  * - regional expressions
00030  * - many bug fixes
00031  * - linearizations and nonlinear solvers
00032  * - new CFD examples
00033  * - port to gnu 3.0.4
00034  */
00035 
00036 #endif

Contact:
Kevin Long (krlong@ca.sandia.gov)


Documentation generated by