aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@20f44201-0f4f-0410-9130-e5fc2714a787>2006-07-05 04:38:42 +0000
committerschnetter <schnetter@20f44201-0f4f-0410-9130-e5fc2714a787>2006-07-05 04:38:42 +0000
commitbef727eb66d163a6e795ba588a50f849a2732474 (patch)
tree8c13c75b96a9e14814f8eadde8b73e3920f0ea9b /param.ccl
parent83ce865658a22e851fd5f8b27cb6c062f13e2454 (diff)
Check whether the symmetry boundary is indeed at the origin (or a
user-specified location). Offer to poison the symmetry boundary points before the symmetry is applied, to check whether the symmetry boundary condision is indeed applied to all boundary points. Add support for complex grid functions. Correct a small memory leak. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@33 20f44201-0f4f-0410-9130-e5fc2714a787
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl27
1 files changed, 27 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 00f26e8..c67ca31 100644
--- a/param.ccl
+++ b/param.ccl
@@ -4,3 +4,30 @@
BOOLEAN verbose "Produce screen output while applying boundary conditions"
{
} "no"
+
+
+
+BOOLEAN use_coordbase "Get symmetry boundary location from CoordBase (and ignore symmetry_boundary_* parameters)"
+{
+} "no"
+
+CCTK_REAL symmetry_boundary_x "x-coordinate of symmetry boundary (ignored if use_coordbase is set)"
+{
+ *:* :: ""
+} 0.0
+
+CCTK_REAL symmetry_boundary_y "y-coordinate of symmetry boundary (ignored if use_coordbase is set)"
+{
+ *:* :: ""
+} 0.0
+
+
+
+BOOLEAN poison_boundaries "Fill the symmetry boundary with a poison value before the symmetry is applied, and check afterwards whether it has been overwritten"
+{
+} "no"
+
+CCTK_REAL poison_value "Poison value (must not occur naturally)"
+{
+ *:* :: ""
+} -424242.0