aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/FOWaveToyF77/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra/FOWaveToyF77/param.ccl')
-rw-r--r--CarpetExtra/FOWaveToyF77/param.ccl5
1 files changed, 4 insertions, 1 deletions
diff --git a/CarpetExtra/FOWaveToyF77/param.ccl b/CarpetExtra/FOWaveToyF77/param.ccl
index a78110871..f6710511d 100644
--- a/CarpetExtra/FOWaveToyF77/param.ccl
+++ b/CarpetExtra/FOWaveToyF77/param.ccl
@@ -1,5 +1,6 @@
# Parameter definitions for thorn WaveToyF77
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/FOWaveToyF77/param.ccl,v 1.1 2002/02/18 11:25:34 shawley Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/FOWaveToyF77/param.ccl,v 1.2 2002/02/22 14:09:58 shawley Exp $
+
private:
@@ -8,6 +9,7 @@ KEYWORD bound "Type of boundary condition to use"
"none" :: "No boundary condition"
"flat" :: "Flat boundary condition"
"zero" :: "Zero boundary condition"
+ "static" :: "Static boundary condition - copy from previous time level"
} "zero"
KEYWORD excision_bound "Type of excision boundary condition to use"
@@ -20,3 +22,4 @@ REAL excision_radius "Radius of excision region"
{
0:* :: "must be nonnegative"
} 1.0
+