aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2004-04-13 17:19:45 +0000
committerschnetter <schnetter@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2004-04-13 17:19:45 +0000
commitc8946e72fe4a81906a4a97d7c56f016b5e1f3629 (patch)
treec1b1a697ace9cce23dcce4cba374caf9d4b964ad /param.ccl
parentd25673061d63055b0e2eef0175c73a84fda9d328 (diff)
Apply boundary condition after setting mask to a fixed region.
Allow two fixed regions. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@43 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl35
1 files changed, 35 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 20176da..10f914c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -8,6 +8,17 @@ KEYWORD fixed_excision "Excise a fixed region?"
"none" :: "No fixed excision"
} "none"
+
+
+INT num_fixed_regions "Number of fixed excision regions"
+{
+ 0:* :: ""
+} 1
+
+
+
+# First fixed excision region
+
REAL fixed_size "The size (radius or corner location) of the fixed region"
{
0:* :: "Positive"
@@ -27,3 +38,27 @@ REAL fixed_origin_z "The z coordinate of the centre of the fixed region"
{
*:* :: ""
} 0.0
+
+
+
+# Second fixed excision region
+
+REAL fixed2_size "The size (radius or corner location) of the second fixed region"
+{
+ 0:* :: "Positive"
+} 1.0
+
+REAL fixed2_origin_x "The x coordinate of the centre of the second fixed region"
+{
+ *:* :: ""
+} 0.0
+
+REAL fixed2_origin_y "The y coordinate of the centre of the second fixed region"
+{
+ *:* :: ""
+} 0.0
+
+REAL fixed2_origin_z "The z coordinate of the centre of the second fixed region"
+{
+ *:* :: ""
+} 0.0