aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>2000-02-02 09:09:13 +0000
committermiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>2000-02-02 09:09:13 +0000
commit25801d601e98744c795fb9ca0bd434e6d537cac4 (patch)
tree199f4fc4295fee20210817a36fdef061343bae96 /param.ccl
parent607f7a0164549def71aed79d37ec9f3b39fe23de (diff)
Adding extension to keyword initial_shift, so that one can use the exact
shift only initially, and later one can evolve it. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@17 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index fe5bb71..ec91d3b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -23,7 +23,12 @@ EXTENDS KEYWORD shift ""
EXTENDS KEYWORD initial_lapse ""
{
- "exact" :: "Initial data from exact solution"
+ "exact" :: "Initial lapse from exact solution"
+} ""
+
+EXTENDS KEYWORD initial_shift ""
+{
+ "exact" :: "Initial shift from exact solution"
} ""
EXTENDS KEYWORD evolution_system ""