aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorpollney <pollney@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2003-09-09 14:49:37 +0000
committerpollney <pollney@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2003-09-09 14:49:37 +0000
commit33ec7d1cb74c47a0082682c881cf9aa4f8eb3985 (patch)
tree31d9c490304f1931fb3661c45a9594b1aaff1e87 /param.ccl
parent444f1b7c9e6633b719bb66e68135242b92f51450 (diff)
This is Ian's patch to LegoExcision, which provides a function
aliased interface. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@36 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 0123585..6769626 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,2 +1,14 @@
# Parameter definitions for thorn LegoExcision
# $Header$
+
+KEYWORD fixed_excision "Excise a fixed region?"
+{
+ "sphere" :: "A sphere about the origin of a given radius"
+ "cube" :: "A cube about the origin with a given corner"
+ "none" :: "No fixed excision"
+} "none"
+
+REAL fixed_size "The size (radius or corner location) of the fixed region"
+{
+ 0:* :: "Positive"
+} 1.0