[cig-commits] commit: Use EquationShape instead of Everywhere

Mercurial hg at geodynamics.org
Wed Nov 23 13:13:36 PST 2011


changeset:   431:b5b9ae957aa6
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Nov 23 13:13:23 2011 -0800
files:       json_input/benchmarks/geomod2004_extension.json json_input/benchmarks/sinusoid.json json_input/cookbook/extension3D.json json_input/cookbook/sinusoid.json
description:
Use EquationShape instead of Everywhere


diff -r 0a57f8bc14d7 -r b5b9ae957aa6 json_input/benchmarks/geomod2004_extension.json
--- a/json_input/benchmarks/geomod2004_extension.json	Wed Nov 23 13:12:27 2011 -0800
+++ b/json_input/benchmarks/geomod2004_extension.json	Wed Nov 23 13:13:23 2011 -0800
@@ -22,7 +22,8 @@
         },
         "backgroundShape":
         {
-            "Type": "Everywhere"
+            "Type": "EquationShape",
+            "equation": "1"
         },
         "pdmsShape":
         {
diff -r 0a57f8bc14d7 -r b5b9ae957aa6 json_input/benchmarks/sinusoid.json
--- a/json_input/benchmarks/sinusoid.json	Wed Nov 23 13:12:27 2011 -0800
+++ b/json_input/benchmarks/sinusoid.json	Wed Nov 23 13:13:23 2011 -0800
@@ -22,7 +22,8 @@
         },
         "backgroundShape":
         {
-            "Type": "Everywhere"
+            "Type": "EquationShape",
+            "equation": "1"
         },
         "backgroundViscosity":
         {
diff -r 0a57f8bc14d7 -r b5b9ae957aa6 json_input/cookbook/extension3D.json
--- a/json_input/cookbook/extension3D.json	Wed Nov 23 13:12:27 2011 -0800
+++ b/json_input/cookbook/extension3D.json	Wed Nov 23 13:13:23 2011 -0800
@@ -22,7 +22,8 @@
         },
         "backgroundShape":
         {
-            "Type": "Everywhere"
+            "Type": "EquationShape",
+            "equation": "1"
         },
         "backgroundViscosity":
         {
diff -r 0a57f8bc14d7 -r b5b9ae957aa6 json_input/cookbook/sinusoid.json
--- a/json_input/cookbook/sinusoid.json	Wed Nov 23 13:12:27 2011 -0800
+++ b/json_input/cookbook/sinusoid.json	Wed Nov 23 13:13:23 2011 -0800
@@ -22,7 +22,8 @@
         },
         "backgroundShape":
         {
-            "Type": "Everywhere"
+            "Type": "EquationShape",
+            "equation": "1"
         },
         "backgroundViscosity":
         {



More information about the CIG-COMMITS mailing list