aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-04 16:55:53 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-04 16:55:53 +0000
commit743e0e6e156b26614c5c92005ca701107f3fefde (patch)
tree9e0b04ff24303a92449bc1d7fce0ab43bd066704 /param.ccl
parent6dcbdff59a71b3619fdc135af6ba445506d412d2 (diff)
Added new parameter for periodic boundary conditions
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@169 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 6de1f76..d4d9db7 100644
--- a/param.ccl
+++ b/param.ccl
@@ -43,6 +43,10 @@ INT ghost_size "The width of the ghost zone in each direction"
-1:* :: "Must be a positive integer"
} -1
+BOOLEAN periodic "Periodic boundary conditions"
+{
+} "no"
+
private:
INT local_nx "The size of the grid in the x direction"