aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN/param.ccl
diff options
context:
space:
mode:
authorPeter Diener <diener@diener-3.lsu.edu>2008-05-15 14:51:49 -0500
committerPeter Diener <diener@diener-3.lsu.edu>2008-05-15 14:51:49 -0500
commit3d3f5f9aa4a0d281960550f333a0925d3831402b (patch)
tree3add5a7deff7729b31ea0bd4c1ac6b1e2168c09b /ML_BSSN/param.ccl
parent37b913a6a08192d34de0d8a0525c6e3c87b40b72 (diff)
parentefe228d96b57a11e9cd1d922b1f50703d1301853 (diff)
Merge commit 'origin/master'
Conflicts: m/Makefile
Diffstat (limited to 'ML_BSSN/param.ccl')
-rw-r--r--ML_BSSN/param.ccl27
1 files changed, 23 insertions, 4 deletions
diff --git a/ML_BSSN/param.ccl b/ML_BSSN/param.ccl
index 89c654a..e4032ed 100644
--- a/ML_BSSN/param.ccl
+++ b/ML_BSSN/param.ccl
@@ -41,9 +41,9 @@ USES CCTK_INT MoL_Num_Evolved_Vars
USES CCTK_INT MoL_Num_Constrained_Vars
restricted:
-CCTK_REAL verbose "verbose"
+CCTK_INT verbose "verbose"
{
- "*:*" :: ""
+ *:* :: ""
} 0
restricted:
@@ -102,6 +102,13 @@ KEYWORD my_initial_data "my_initial_data"
} "ADMBase"
private:
+KEYWORD my_rhs_boundary_condition "my_rhs_boundary_condition"
+{
+ "none" :: "none"
+ "radiative" :: "radiative"
+} "none"
+
+private:
KEYWORD my_boundary_condition "my_boundary_condition"
{
"none" :: "none"
@@ -117,8 +124,8 @@ CCTK_INT ML_BSSN_MaxNumEvolvedVars "Number of evolved variables used by this tho
restricted:
CCTK_INT ML_BSSN_MaxNumConstrainedVars "Number of constrained variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Constrained_Vars
{
- 43:43 :: "Number of constrained variables used by this thorn"
-} 43
+ 70:70 :: "Number of constrained variables used by this thorn"
+} 70
restricted:
CCTK_INT timelevels "Number of active timelevels"
@@ -151,6 +158,12 @@ 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"
+{
+ *:* :: ""
+} 1
+
+restricted:
CCTK_INT ML_BSSN_enforce_calc_every "ML_BSSN_enforce_calc_every"
{
*:* :: ""
@@ -211,6 +224,12 @@ 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"
+{
+ *:* :: ""
+} 0
+
+restricted:
CCTK_INT ML_BSSN_enforce_calc_offset "ML_BSSN_enforce_calc_offset"
{
*:* :: ""