aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgundlach <gundlach@e296648e-0e4f-0410-bd07-d597d9acff87>2000-11-16 09:27:28 +0000
committergundlach <gundlach@e296648e-0e4f-0410-bd07-d597d9acff87>2000-11-16 09:27:28 +0000
commit0377204f3d9181023e67d1266b0d844da4ee4632 (patch)
tree99ae2d12e4ca3c646705109c8cabd6f16173d310 /param.ccl
parent6051a23cbb9397deecad4a7a37fd8070f85ede7a (diff)
evolution_system = "slice" turns on the slice evolver: The initial
data are obtained from an arbitrary slice through an exact solution, and later the evolution of these data is faked by evolving the slice and reading off the data (g and K) again. overwrite_boundary = "exact" overwrites g and K on the boundary with data from a trivial slice through an exact solution. This may be useful for testing an evolution or excision algorithm. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@34 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'param.ccl')
-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"