aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@082bdb00-0f4f-0410-b49e-b1835e5f2039>2004-06-01 16:09:35 +0000
committerschnetter <schnetter@082bdb00-0f4f-0410-b49e-b1835e5f2039>2004-06-01 16:09:35 +0000
commitd02895af18ae9c3673202d6231da078cb3d74bac (patch)
tree8c8d99d5d3120685e345bf220dd416b76b86aabc /param.ccl
parent27ed7b1ede1863200d140d1f148a0199ac41df4f (diff)
A thorn that applies reflection symmetry boundary conditions,
including symmetry interpolation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/ReflectionSymmetry/trunk@2 082bdb00-0f4f-0410-b49e-b1835e5f2039
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl62
1 files changed, 62 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..f6406ec
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,62 @@
+# Parameter definitions for thorn ReflectionSymmetry
+# $Header$
+
+BOOLEAN verbose "Produce screen output while applying boundary conditions"
+{
+} "no"
+
+
+
+BOOLEAN reflection_x "Reflection symmetry at the lower x boundary"
+{
+} "no"
+
+BOOLEAN reflection_y "Reflection symmetry at the lower y boundary"
+{
+} "no"
+
+BOOLEAN reflection_z "Reflection symmetry at the lower z boundary"
+{
+} "no"
+
+
+
+BOOLEAN reflection_upper_x "Reflection symmetry at the upper x boundary"
+{
+} "no"
+
+BOOLEAN reflection_upper_y "Reflection symmetry at the upper y boundary"
+{
+} "no"
+
+BOOLEAN reflection_upper_z "Reflection symmetry at the upper z boundary"
+{
+} "no"
+
+
+
+BOOLEAN avoid_origin_x "Stagger about the origin on the lower x boundary?"
+{
+} "yes"
+
+BOOLEAN avoid_origin_y "Stagger about the origin on the lower y boundary?"
+{
+} "yes"
+
+BOOLEAN avoid_origin_z "Stagger about the origin on the lower z boundary?"
+{
+} "yes"
+
+
+
+BOOLEAN avoid_origin_upper_x "Stagger about the origin on the upper x boundary?"
+{
+} "yes"
+
+BOOLEAN avoid_origin_upper_y "Stagger about the origin on the upper y boundary?"
+{
+} "yes"
+
+BOOLEAN avoid_origin_upper_z "Stagger about the origin on the upper z boundary?"
+{
+} "yes"