aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-02-04 13:46:30 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-02-04 13:46:30 +0000
commite8572a7714cdefbe86e58aa09fd45ea4b2464e6b (patch)
treef36812a8907e4736af6467c676d962e3197acbe5 /param.ccl
parentc4bf6810c99329654690be3feb4ff46c516dc5b6 (diff)
Initial check in of thorn pugh.
Currently doesn't compile. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@2 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl27
1 files changed, 27 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..6dcb5d7
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,27 @@
+# Parameter definitions for thorn pugh
+# $Header$
+
+public:
+
+INTEGER nx "The size of the grid in the x direction"
+{
+ *:-1 :: "Fixed size of minus this per processor"
+ 1:* :: "Grid of this size distributed across all processors"
+} 10
+
+INTEGER ny "The size of the grid in the y direction"
+{
+ *:-1 :: "Fixed size of minus this per processor"
+ 1:* :: "Grid of this size distributed across all processors"
+} 10
+
+INTEGER nz "The size of the grid in the z direction"
+{
+ *:-1 :: "Fixed size of minus this per processor"
+ 1:* :: "Grid of this size distributed across all processors"
+} 10
+
+INTEGER ghost_size "The width of the ghost zone"
+{
+ 1:* :: "Must be a positive integer"
+} 1