aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl13
1 files changed, 12 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index a37da6a..3126cf4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -5,6 +5,12 @@ shares: grid
shares: einstein
+EXTENDS KEYWORD initial_data ""
+{
+ "exact" :: "Initial data from exact solution"
+ "slice" :: "Initial data from exact solution on arbitrary slice"
+} ""
+
EXTENDS KEYWORD slicing ""
{
"exact" :: Use lapse from exact solution
@@ -15,6 +21,11 @@ EXTENDS KEYWORD shift ""
"exact" :: Use shift from exact solution
} ""
+EXTENDS KEYWORD evolution_system ""
+{
+ "slice" :: "Evolve arbitrary slice and extract Cauchy data"
+} ""
+
restricted:
@@ -153,7 +164,7 @@ REAL bowl_c "Center of deformation"
REAL bowl_s "Width of deformation"
{
0.0: :: "Positive please"
-} 2.5
+} 1.0
REAL bowl_dx "Scale factor in x direction"
{