aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN/param.ccl
diff options
context:
space:
mode:
authorPeter Diener <diener@linux-hn3d.site>2009-11-12 18:15:08 -0600
committerPeter Diener <diener@linux-hn3d.site>2009-11-12 18:15:08 -0600
commit946a27631f65631e0472ae95a1fe57dc4695e4dc (patch)
tree47c53575bb8bd4554208bb27515322d5e51f3a4f /ML_BSSN/param.ccl
parenta52abf35db4c68c5e28e8ce9b00b394c4ea382ee (diff)
Add support for the W-method.
Choose between phi and W-methods by setting the integer parameter conformalmethod to either 0 or 1. Signed-off-by: Peter Diener <diener@linux-hn3d.site>
Diffstat (limited to 'ML_BSSN/param.ccl')
-rw-r--r--ML_BSSN/param.ccl33
1 files changed, 18 insertions, 15 deletions
diff --git a/ML_BSSN/param.ccl b/ML_BSSN/param.ccl
index dabbeb9..cd6077f 100644
--- a/ML_BSSN/param.ccl
+++ b/ML_BSSN/param.ccl
@@ -1,4 +1,7 @@
-# File produced by Kranc
+# 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
shares: ADMBase
@@ -22,6 +25,12 @@ EXTENDS CCTK_KEYWORD shift_evolution_method "shift_evolution_method"
}
+EXTENDS CCTK_KEYWORD dtshift_evolution_method "dtshift_evolution_method"
+{
+ ML_BSSN :: ""
+}
+
+
shares: GenericFD
@@ -79,12 +88,6 @@ 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)"
{
*:* :: ""
@@ -96,6 +99,12 @@ CCTK_INT ShiftAlphaPower "ShiftAlphaPower"
*:* :: ""
} 0
+restricted:
+CCTK_INT conformalmethod "0 for phi method, 1 for W method"
+{
+ *:* :: ""
+} 0
+
private:
KEYWORD my_initial_data "my_initial_data"
{
@@ -134,14 +143,8 @@ CCTK_INT ML_BSSN_MaxNumEvolvedVars "Number of evolved variables used by this tho
restricted:
CCTK_INT timelevels "Number of active timelevels"
{
- 0:4 :: ""
-} 4
-
-restricted:
-CCTK_INT rhs_timelevels "Number of active RHS timelevels"
-{
- 0:4 :: ""
-} 1
+ 0:3 :: ""
+} 3
restricted:
CCTK_INT ML_BSSN_Minkowski_calc_every "ML_BSSN_Minkowski_calc_every"