aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index e4107b9..843b6bf 100644
--- a/param.ccl
+++ b/param.ccl
@@ -39,12 +39,27 @@ EXTENDS KEYWORD evolution_system ""
"slice" :: "Evolve arbitrary slice and extract Cauchy data"
} ""
+EXTENDS KEYWORD evolution_system ""
+{
+ "slice" :: "Evolve arbitrary slice and extract Cauchy data"
+} ""
+
# In view of using this thorn in conjunction with other thorns
# his parameters are declared global
global:
+#This is a trial.
+
+KEYWORD overwrite_boundary "Overwrite g and K on the boundary"
+{
+ "no" :: "Do nothing"
+ "exact" :: "Use boundary data from an exact solution on a trivial slice"
+} "no"
+
+private:
+
# General parameters
KEYWORD exactmodel "The exact solution used in thorn exact"