summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-01 15:57:23 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-01 15:57:23 +0000
commitba6f55c037cf9b6d68e3c785f2be878d80352687 (patch)
treed4908a50bd21fd2fc0a98e68210d2275b86a7460 /src/param.ccl
parentd72657f6e39e9118bd9f3737da8bab87769bf173 (diff)
Cactus parameters nx,ny,nz
git-svn-id: http://svn.cactuscode.org/flesh/trunk@165 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/param.ccl b/src/param.ccl
index e69de29b..053e93c5 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -0,0 +1,26 @@
+#/*@@
+# @file param.ccl
+# @date 31 Jan 1999
+# @author Gabrielle Allen
+# @desc
+# Parameters for the main code
+# @enddesc
+# @history
+# @endhistory
+#@@*/
+
+
+public:
+
+INTEGER nx "Grid size in first coordinate direction"
+{
+ 1::
+} 10
+INTEGER ny "Grid size in second coordinate direction"
+{
+ 1::
+} 10
+INTEGER nz "Grid size in third coordinate direction"
+{
+ 1::
+} 10