aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl18
1 files changed, 18 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..cf32df5
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,18 @@
+# Parameter definitions for thorn Periodic
+# $Header$
+
+BOOLEAN periodic "Periodic boundary conditions"
+{
+} "no"
+
+BOOLEAN periodic_x "Periodic boundary conditions in x-direction"
+{
+} "no"
+
+BOOLEAN periodic_y "Periodic boundary conditions in y-direction"
+{
+} "no"
+
+BOOLEAN periodic_z "Periodic boundary conditions in z-direction"
+{
+} "no"