[cig-commits] commit 1980 by buerg to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Fri Oct 18 10:28:09 PDT 2013


Revision 1980

Update prms.

U   trunk/aspire/tests/simple_1.prm
U   trunk/aspire/tests/simple_2.prm
U   trunk/aspire/tests/simple_3.prm


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=1980&peg=1980

Diff:
Modified: trunk/aspire/tests/simple_1.prm
===================================================================
--- trunk/aspire/tests/simple_1.prm	2013-10-18 17:17:20 UTC (rev 1979)
+++ trunk/aspire/tests/simple_1.prm	2013-10-18 17:27:48 UTC (rev 1980)
@@ -237,8 +237,11 @@
     # your function expression.
     set Variable names      = x,y,t
 
+    # maximum temperature on the boundary
+    set max                 = 1e4
+
     # minimum temperature on the boundary
-    set min                 = 
+    set min                 = 0     # default: 0.0
   end
 
 end

Modified: trunk/aspire/tests/simple_2.prm
===================================================================
--- trunk/aspire/tests/simple_2.prm	2013-10-18 17:17:20 UTC (rev 1979)
+++ trunk/aspire/tests/simple_2.prm	2013-10-18 17:27:48 UTC (rev 1980)
@@ -238,7 +238,7 @@
     set Variable names      = x,y,t
 
     # minimum temperature on the boundary
-    set min                 = 
+    set min                 = 0     # default: 0.0
   end
 
 end

Modified: trunk/aspire/tests/simple_3.prm
===================================================================
--- trunk/aspire/tests/simple_3.prm	2013-10-18 17:17:20 UTC (rev 1979)
+++ trunk/aspire/tests/simple_3.prm	2013-10-18 17:27:48 UTC (rev 1980)
@@ -238,7 +238,7 @@
     set Variable names      = x,y,t
 
     # minimum temperature on the boundary
-    set min                 = 
+    set min                 = 0     # default: 0.0
   end
 
 end


More information about the CIG-COMMITS mailing list