aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN/param.ccl
diff options
context:
space:
mode:
authorPeter Diener <diener@linux-hn3d.site>2009-11-13 16:49:01 -0600
committerPeter Diener <diener@linux-hn3d.site>2009-11-13 16:49:01 -0600
commit87fa6dcf3ff19d937313d20cca8f9e2bca1d4aec (patch)
treebd52d9c059ce96c6fc2fe8c3250e07b9a6e3c73b /ML_BSSN/param.ccl
parent1b38f77d150fbb55cef32fa3b8ac6da3015403d7 (diff)
Merge with Erik's latest changes.
Signed-off-by: Peter Diener <diener@linux-hn3d.site>
Diffstat (limited to 'ML_BSSN/param.ccl')
-rw-r--r--ML_BSSN/param.ccl40
1 files changed, 34 insertions, 6 deletions
diff --git a/ML_BSSN/param.ccl b/ML_BSSN/param.ccl
index cd6077f..1430937 100644
--- a/ML_BSSN/param.ccl
+++ b/ML_BSSN/param.ccl
@@ -1,7 +1,4 @@
-# File produced by user diener
-# Produced with Mathematica Version 7.0 for Linux x86 (64-bit) (February 18, 2009)
-
-# Mathematica script written by Ian Hinder and Sascha Husa
+# File produced by Kranc
shares: ADMBase
@@ -88,6 +85,12 @@ CCTK_REAL ShiftAdvectionCoeff "Factor in front of the shift advection terms in g
} 1
restricted:
+CCTK_REAL MinimumLapse "Minimum value of the lapse function"
+{
+ "*:*" :: ""
+} -1
+
+restricted:
CCTK_INT harmonicN "d/dt alpha = - f alpha^n K (harmonic=2, 1+log=1)"
{
*:* :: ""
@@ -113,9 +116,16 @@ KEYWORD my_initial_data "my_initial_data"
} "ADMBase"
restricted:
+KEYWORD my_initial_boundary_condition "my_initial_boundary_condition"
+{
+ "none" :: "none"
+} "none"
+
+restricted:
KEYWORD my_rhs_boundary_condition "my_rhs_boundary_condition"
{
"none" :: "none"
+ "static" :: "static"
"radiative" :: "radiative"
} "none"
@@ -147,6 +157,12 @@ CCTK_INT timelevels "Number of active timelevels"
} 3
restricted:
+CCTK_INT rhs_timelevels "Number of active RHS timelevels"
+{
+ 0:3 :: ""
+} 1
+
+restricted:
CCTK_INT ML_BSSN_Minkowski_calc_every "ML_BSSN_Minkowski_calc_every"
{
*:* :: ""
@@ -171,7 +187,13 @@ CCTK_INT ML_BSSN_RHS_calc_every "ML_BSSN_RHS_calc_every"
} 1
restricted:
-CCTK_INT ML_BSSN_RHSBoundary_calc_every "ML_BSSN_RHSBoundary_calc_every"
+CCTK_INT ML_BSSN_RHSStaticBoundary_calc_every "ML_BSSN_RHSStaticBoundary_calc_every"
+{
+ *:* :: ""
+} 1
+
+restricted:
+CCTK_INT ML_BSSN_RHSRadiativeBoundary_calc_every "ML_BSSN_RHSRadiativeBoundary_calc_every"
{
*:* :: ""
} 1
@@ -237,7 +259,13 @@ CCTK_INT ML_BSSN_RHS_calc_offset "ML_BSSN_RHS_calc_offset"
} 0
restricted:
-CCTK_INT ML_BSSN_RHSBoundary_calc_offset "ML_BSSN_RHSBoundary_calc_offset"
+CCTK_INT ML_BSSN_RHSStaticBoundary_calc_offset "ML_BSSN_RHSStaticBoundary_calc_offset"
+{
+ *:* :: ""
+} 0
+
+restricted:
+CCTK_INT ML_BSSN_RHSRadiativeBoundary_calc_offset "ML_BSSN_RHSRadiativeBoundary_calc_offset"
{
*:* :: ""
} 0