[cig-commits] commit: Add temperature checkpointing to the input files

Mercurial hg at geodynamics.org
Sat Apr 9 23:52:37 PDT 2011


changeset:   333:ebb8557a1efd
user:        Walter Landry <wlandry at caltech.edu>
date:        Sat Apr 09 15:54:33 2011 -0700
files:       input/cookbook/non_newtonian.xml input/cookbook/thermal.xml input/cookbook/thermal_file.xml input/examples/dike.xml input/examples/subduction.xml
description:
Add temperature checkpointing to the input files


diff -r 404665a08fd9 -r ebb8557a1efd input/cookbook/non_newtonian.xml
--- a/input/cookbook/non_newtonian.xml	Fri Apr 08 20:51:55 2011 -0700
+++ b/input/cookbook/non_newtonian.xml	Sat Apr 09 15:54:33 2011 -0700
@@ -546,6 +546,7 @@
   <list name="FieldVariablesToCheckpoint">
     <param>VelocityField</param>
     <param>PressureField</param>
+    <param>TemperatureField</param>
   </list>
   <param name="timeIntegratorOrder">1</param>
   <param name="maxTimeSteps">10</param>
diff -r 404665a08fd9 -r ebb8557a1efd input/cookbook/thermal.xml
--- a/input/cookbook/thermal.xml	Fri Apr 08 20:51:55 2011 -0700
+++ b/input/cookbook/thermal.xml	Sat Apr 09 15:54:33 2011 -0700
@@ -536,6 +536,7 @@
   <list name="FieldVariablesToCheckpoint">
     <param>VelocityField</param>
     <param>PressureField</param>
+    <param>TemperatureField</param>
   </list>
   <param name="timeIntegratorOrder">1</param>
   <param name="maxTimeSteps">10</param>
diff -r 404665a08fd9 -r ebb8557a1efd input/cookbook/thermal_file.xml
--- a/input/cookbook/thermal_file.xml	Fri Apr 08 20:51:55 2011 -0700
+++ b/input/cookbook/thermal_file.xml	Sat Apr 09 15:54:33 2011 -0700
@@ -536,6 +536,7 @@
   <list name="FieldVariablesToCheckpoint">
     <param>VelocityField</param>
     <param>PressureField</param>
+    <param>TemperatureField</param>
   </list>
   <param name="timeIntegratorOrder">1</param>
   <param name="maxTimeSteps">10</param>
diff -r 404665a08fd9 -r ebb8557a1efd input/examples/dike.xml
--- a/input/examples/dike.xml	Fri Apr 08 20:51:55 2011 -0700
+++ b/input/examples/dike.xml	Sat Apr 09 15:54:33 2011 -0700
@@ -912,6 +912,7 @@
   <list name="FieldVariablesToCheckpoint">
     <param>VelocityField</param>
     <param>PressureField</param>
+    <param>TemperatureField</param>
   </list>
   <param name="maxTimeSteps">15000</param>
   <param name="outputEvery">1</param>
diff -r 404665a08fd9 -r ebb8557a1efd input/examples/subduction.xml
--- a/input/examples/subduction.xml	Fri Apr 08 20:51:55 2011 -0700
+++ b/input/examples/subduction.xml	Sat Apr 09 15:54:33 2011 -0700
@@ -562,6 +562,7 @@
   <list name="FieldVariablesToCheckpoint">
     <param>VelocityField</param>
     <param>PressureField</param>
+    <param>TemperatureField</param>
   </list>
   <param name="maxTimeSteps">1000</param>
   <param name="outputEvery">1</param>



More information about the CIG-COMMITS mailing list