[cig-commits] commit: Improve the sphere benchmark by fixing the front and right walls

Mercurial hg at geodynamics.org
Mon Nov 21 16:59:10 PST 2011


changeset:   418:314869274237
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Mon Nov 21 16:58:58 2011 -0800
files:       json_input/benchmarks/sphere_in_cylinder.json
description:
Improve the sphere benchmark by fixing the front and right walls


diff -r d803f3388e8b -r 314869274237 json_input/benchmarks/sphere_in_cylinder.json
--- a/json_input/benchmarks/sphere_in_cylinder.json	Mon Nov 21 16:14:05 2011 -0800
+++ b/json_input/benchmarks/sphere_in_cylinder.json	Mon Nov 21 16:58:58 2011 -0800
@@ -85,6 +85,14 @@
                 "wall": "front",
                 "variables": [
                     {
+                        "name": "vx",
+                        "value": "0.0"
+                    },
+                    {
+                        "name": "vy",
+                        "value": "0.0"
+                    },
+                    {
                         "name": "vz",
                         "value": "0.0"
                     }
@@ -116,6 +124,14 @@
                 "variables": [
                     {
                         "name": "vx",
+                        "value": "0.0"
+                    },
+                    {
+                        "name": "vy",
+                        "value": "0.0"
+                    },
+                    {
+                        "name": "vz",
                         "value": "0.0"
                     }
                 ]



More information about the CIG-COMMITS mailing list