aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@1bf05452-ddb3-4880-bfa1-00436340132b>2003-05-05 11:58:09 +0000
committerschnetter <schnetter@1bf05452-ddb3-4880-bfa1-00436340132b>2003-05-05 11:58:09 +0000
commit7d957cbc6da68f0b6bc24065ee7ada778f688a70 (patch)
tree2f4a11db596e0664d8a575c0707c07c8f1f8e688 /param.ccl
parent7e2caf1a266d0cef99ebf57b7bf451d47dc37457 (diff)
Initial coding of a thorn that provides periodic boundary conditions
that are independent of PUGH, i.e. that work with both PUGH and Carpet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@2 1bf05452-ddb3-4880-bfa1-00436340132b
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"