aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2004-02-14 15:04:53 +0000
committerschnetter <schnetter@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2004-02-14 15:04:53 +0000
commitd25673061d63055b0e2eef0175c73a84fda9d328 (patch)
treec2f8c96577677293aa20ab46378de8df44dc0dac /param.ccl
parentebfba39ca547292af7cb28501756fa0b1c766eeb (diff)
Add parameters to set the origin of the excision region for "fixed
excision". When checking for (real-valued) mask values, do not check for equality, but instead allow for a fudge factor. Check that the thorn is activated when any of its routines are called. When there is only a single point excised, do not abort with an internal error, but pretend the normal extends into the x direction. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@42 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 6769626..20176da 100644
--- a/param.ccl
+++ b/param.ccl
@@ -12,3 +12,18 @@ REAL fixed_size "The size (radius or corner location) of the fixed region"
{
0:* :: "Positive"
} 1.0
+
+REAL fixed_origin_x "The x coordinate of the centre of the fixed region"
+{
+ *:* :: ""
+} 0.0
+
+REAL fixed_origin_y "The y coordinate of the centre of the fixed region"
+{
+ *:* :: ""
+} 0.0
+
+REAL fixed_origin_z "The z coordinate of the centre of the fixed region"
+{
+ *:* :: ""
+} 0.0