[cig-commits] commit 2571 by dannberg to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Fri May 9 13:31:37 PDT 2014


Revision 2571

change default value of a parameter in the melting postprocessor to fit the Sobolev 2011 paper

U   branches/j-dannberg/source/postprocess/visualization/melt_fraction.cc


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

Diff:
Modified: branches/j-dannberg/source/postprocess/visualization/melt_fraction.cc
===================================================================
--- branches/j-dannberg/source/postprocess/visualization/melt_fraction.cc	2014-05-08 22:36:16 UTC (rev 2570)
+++ branches/j-dannberg/source/postprocess/visualization/melt_fraction.cc	2014-05-09 20:31:34 UTC (rev 2571)
@@ -235,7 +235,7 @@
 							     "in the quadratic function that approximates "
 							     "the solidus of pyroxenite. "
 							     "Units: $°C/(Pa^2)$.");
-			  prm.declare_entry ("E1", "633.8",
+			  prm.declare_entry ("E1", "663.8",
 							     Patterns::Double (),
 							     "Prefactor of the linear depletion term "
 							     "in the quadratic function that approximates "


More information about the CIG-COMMITS mailing list