aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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