aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-01-03 21:01:50 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2011-01-03 21:01:50 -0500
commitc14ee6f3d20ffb6e9099de25f03a5c2f49544dab (patch)
treefe1e4d9818d677b88e1d4258027a25e580d2fa69 /ML_ADM
parentfcd47f9d3637004987ac59562574f9e3d09e1a5c (diff)
Re-generate code
Diffstat (limited to 'ML_ADM')
-rw-r--r--ML_ADM/param.ccl209
-rw-r--r--ML_ADM/schedule.ccl2
-rw-r--r--ML_ADM/src/ML_ADM_Minkowski.c3
-rw-r--r--ML_ADM/src/ML_ADM_RHS.c3
-rw-r--r--ML_ADM/src/ML_ADM_boundary.c3
-rw-r--r--ML_ADM/src/ML_ADM_constraints.c3
-rw-r--r--ML_ADM/src/ML_ADM_constraints_boundary.c3
-rw-r--r--ML_ADM/src/ML_ADM_convertFromADMBase.c3
-rw-r--r--ML_ADM/src/ML_ADM_convertToADMBase.c3
9 files changed, 103 insertions, 129 deletions
diff --git a/ML_ADM/param.ccl b/ML_ADM/param.ccl
index 20250f5..f4da383 100644
--- a/ML_ADM/param.ccl
+++ b/ML_ADM/param.ccl
@@ -3,11 +3,6 @@
shares: GenericFD
-USES CCTK_INT stencil_width
-USES CCTK_INT stencil_width_x
-USES CCTK_INT stencil_width_y
-USES CCTK_INT stencil_width_z
-USES CCTK_INT boundary_width
shares: MethodOfLines
@@ -15,7 +10,7 @@ shares: MethodOfLines
USES CCTK_INT MoL_Num_Evolved_Vars
restricted:
-CCTK_INT verbose "verbose"
+CCTK_INT verbose "verbose" STEERABLE=ALWAYS
{
*:* :: ""
} 0
@@ -35,109 +30,109 @@ KEYWORD my_boundary_condition "my_boundary_condition"
} "none"
restricted:
-CCTK_INT ML_ADM_MaxNumEvolvedVars "Number of evolved variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars
+CCTK_INT ML_ADM_MaxNumEvolvedVars "Number of evolved variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars STEERABLE=RECOVER
{
16:16 :: "Number of evolved variables used by this thorn"
} 16
restricted:
-CCTK_INT timelevels "Number of active timelevels"
+CCTK_INT timelevels "Number of active timelevels" STEERABLE=RECOVER
{
0:3 :: ""
} 3
restricted:
-CCTK_INT rhs_timelevels "Number of active RHS timelevels"
+CCTK_INT rhs_timelevels "Number of active RHS timelevels" STEERABLE=RECOVER
{
0:3 :: ""
} 1
restricted:
-CCTK_INT ML_ADM_Minkowski_calc_every "ML_ADM_Minkowski_calc_every"
+CCTK_INT ML_ADM_Minkowski_calc_every "ML_ADM_Minkowski_calc_every" STEERABLE=ALWAYS
{
*:* :: ""
} 1
restricted:
-CCTK_INT ML_ADM_convertFromADMBase_calc_every "ML_ADM_convertFromADMBase_calc_every"
+CCTK_INT ML_ADM_convertFromADMBase_calc_every "ML_ADM_convertFromADMBase_calc_every" STEERABLE=ALWAYS
{
*:* :: ""
} 1
restricted:
-CCTK_INT ML_ADM_RHS_calc_every "ML_ADM_RHS_calc_every"
+CCTK_INT ML_ADM_RHS_calc_every "ML_ADM_RHS_calc_every" STEERABLE=ALWAYS
{
*:* :: ""
} 1
restricted:
-CCTK_INT ML_ADM_boundary_calc_every "ML_ADM_boundary_calc_every"
+CCTK_INT ML_ADM_boundary_calc_every "ML_ADM_boundary_calc_every" STEERABLE=ALWAYS
{
*:* :: ""
} 1
restricted:
-CCTK_INT ML_ADM_convertToADMBase_calc_every "ML_ADM_convertToADMBase_calc_every"
+CCTK_INT ML_ADM_convertToADMBase_calc_every "ML_ADM_convertToADMBase_calc_every" STEERABLE=ALWAYS
{
*:* :: ""
} 1
restricted:
-CCTK_INT ML_ADM_constraints_calc_every "ML_ADM_constraints_calc_every"
+CCTK_INT ML_ADM_constraints_calc_every "ML_ADM_constraints_calc_every" STEERABLE=ALWAYS
{
*:* :: ""
} 1
restricted:
-CCTK_INT ML_ADM_constraints_boundary_calc_every "ML_ADM_constraints_boundary_calc_every"
+CCTK_INT ML_ADM_constraints_boundary_calc_every "ML_ADM_constraints_boundary_calc_every" STEERABLE=ALWAYS
{
*:* :: ""
} 1
restricted:
-CCTK_INT ML_ADM_Minkowski_calc_offset "ML_ADM_Minkowski_calc_offset"
+CCTK_INT ML_ADM_Minkowski_calc_offset "ML_ADM_Minkowski_calc_offset" STEERABLE=ALWAYS
{
*:* :: ""
} 0
restricted:
-CCTK_INT ML_ADM_convertFromADMBase_calc_offset "ML_ADM_convertFromADMBase_calc_offset"
+CCTK_INT ML_ADM_convertFromADMBase_calc_offset "ML_ADM_convertFromADMBase_calc_offset" STEERABLE=ALWAYS
{
*:* :: ""
} 0
restricted:
-CCTK_INT ML_ADM_RHS_calc_offset "ML_ADM_RHS_calc_offset"
+CCTK_INT ML_ADM_RHS_calc_offset "ML_ADM_RHS_calc_offset" STEERABLE=ALWAYS
{
*:* :: ""
} 0
restricted:
-CCTK_INT ML_ADM_boundary_calc_offset "ML_ADM_boundary_calc_offset"
+CCTK_INT ML_ADM_boundary_calc_offset "ML_ADM_boundary_calc_offset" STEERABLE=ALWAYS
{
*:* :: ""
} 0
restricted:
-CCTK_INT ML_ADM_convertToADMBase_calc_offset "ML_ADM_convertToADMBase_calc_offset"
+CCTK_INT ML_ADM_convertToADMBase_calc_offset "ML_ADM_convertToADMBase_calc_offset" STEERABLE=ALWAYS
{
*:* :: ""
} 0
restricted:
-CCTK_INT ML_ADM_constraints_calc_offset "ML_ADM_constraints_calc_offset"
+CCTK_INT ML_ADM_constraints_calc_offset "ML_ADM_constraints_calc_offset" STEERABLE=ALWAYS
{
*:* :: ""
} 0
restricted:
-CCTK_INT ML_ADM_constraints_boundary_calc_offset "ML_ADM_constraints_boundary_calc_offset"
+CCTK_INT ML_ADM_constraints_boundary_calc_offset "ML_ADM_constraints_boundary_calc_offset" STEERABLE=ALWAYS
{
*:* :: ""
} 0
private:
-KEYWORD K11_bound "Boundary condition to implement"
+KEYWORD K11_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -149,7 +144,7 @@ KEYWORD K11_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD K12_bound "Boundary condition to implement"
+KEYWORD K12_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -161,7 +156,7 @@ KEYWORD K12_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD K13_bound "Boundary condition to implement"
+KEYWORD K13_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -173,7 +168,7 @@ KEYWORD K13_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD K22_bound "Boundary condition to implement"
+KEYWORD K22_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -185,7 +180,7 @@ KEYWORD K22_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD K23_bound "Boundary condition to implement"
+KEYWORD K23_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -197,7 +192,7 @@ KEYWORD K23_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD K33_bound "Boundary condition to implement"
+KEYWORD K33_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -209,7 +204,7 @@ KEYWORD K33_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD alpha_bound "Boundary condition to implement"
+KEYWORD alpha_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -221,7 +216,7 @@ KEYWORD alpha_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD g11_bound "Boundary condition to implement"
+KEYWORD g11_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -233,7 +228,7 @@ KEYWORD g11_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD g12_bound "Boundary condition to implement"
+KEYWORD g12_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -245,7 +240,7 @@ KEYWORD g12_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD g13_bound "Boundary condition to implement"
+KEYWORD g13_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -257,7 +252,7 @@ KEYWORD g13_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD g22_bound "Boundary condition to implement"
+KEYWORD g22_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -269,7 +264,7 @@ KEYWORD g22_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD g23_bound "Boundary condition to implement"
+KEYWORD g23_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -281,7 +276,7 @@ KEYWORD g23_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD g33_bound "Boundary condition to implement"
+KEYWORD g33_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -293,7 +288,7 @@ KEYWORD g33_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD beta1_bound "Boundary condition to implement"
+KEYWORD beta1_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -305,7 +300,7 @@ KEYWORD beta1_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD beta2_bound "Boundary condition to implement"
+KEYWORD beta2_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -317,7 +312,7 @@ KEYWORD beta2_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD beta3_bound "Boundary condition to implement"
+KEYWORD beta3_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -329,7 +324,7 @@ KEYWORD beta3_bound "Boundary condition to implement"
} "skip"
private:
-KEYWORD ML_curv_bound "Boundary condition to implement"
+KEYWORD ML_curv_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -338,10 +333,10 @@ KEYWORD ML_curv_bound "Boundary condition to implement"
"scalar" :: "Dirichlet boundary condition"
"newrad" :: "Improved radiative boundary condition"
"skip" :: "skip boundary condition code"
-} "none"
+} "skip"
private:
-KEYWORD ML_lapse_bound "Boundary condition to implement"
+KEYWORD ML_lapse_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -350,10 +345,10 @@ KEYWORD ML_lapse_bound "Boundary condition to implement"
"scalar" :: "Dirichlet boundary condition"
"newrad" :: "Improved radiative boundary condition"
"skip" :: "skip boundary condition code"
-} "none"
+} "skip"
private:
-KEYWORD ML_metric_bound "Boundary condition to implement"
+KEYWORD ML_metric_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -362,10 +357,10 @@ KEYWORD ML_metric_bound "Boundary condition to implement"
"scalar" :: "Dirichlet boundary condition"
"newrad" :: "Improved radiative boundary condition"
"skip" :: "skip boundary condition code"
-} "none"
+} "skip"
private:
-KEYWORD ML_shift_bound "Boundary condition to implement"
+KEYWORD ML_shift_bound "Boundary condition to implement" STEERABLE=ALWAYS
{
"flat" :: "Flat boundary condition"
"none" :: "No boundary condition"
@@ -374,364 +369,364 @@ KEYWORD ML_shift_bound "Boundary condition to implement"
"scalar" :: "Dirichlet boundary condition"
"newrad" :: "Improved radiative boundary condition"
"skip" :: "skip boundary condition code"
-} "none"
+} "skip"
private:
-CCTK_REAL K11_bound_speed "characteristic speed at boundary"
+CCTK_REAL K11_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL K12_bound_speed "characteristic speed at boundary"
+CCTK_REAL K12_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL K13_bound_speed "characteristic speed at boundary"
+CCTK_REAL K13_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL K22_bound_speed "characteristic speed at boundary"
+CCTK_REAL K22_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL K23_bound_speed "characteristic speed at boundary"
+CCTK_REAL K23_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL K33_bound_speed "characteristic speed at boundary"
+CCTK_REAL K33_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL alpha_bound_speed "characteristic speed at boundary"
+CCTK_REAL alpha_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL g11_bound_speed "characteristic speed at boundary"
+CCTK_REAL g11_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL g12_bound_speed "characteristic speed at boundary"
+CCTK_REAL g12_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL g13_bound_speed "characteristic speed at boundary"
+CCTK_REAL g13_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL g22_bound_speed "characteristic speed at boundary"
+CCTK_REAL g22_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL g23_bound_speed "characteristic speed at boundary"
+CCTK_REAL g23_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL g33_bound_speed "characteristic speed at boundary"
+CCTK_REAL g33_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL beta1_bound_speed "characteristic speed at boundary"
+CCTK_REAL beta1_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL beta2_bound_speed "characteristic speed at boundary"
+CCTK_REAL beta2_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL beta3_bound_speed "characteristic speed at boundary"
+CCTK_REAL beta3_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL ML_curv_bound_speed "characteristic speed at boundary"
+CCTK_REAL ML_curv_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL ML_lapse_bound_speed "characteristic speed at boundary"
+CCTK_REAL ML_lapse_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL ML_metric_bound_speed "characteristic speed at boundary"
+CCTK_REAL ML_metric_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL ML_shift_bound_speed "characteristic speed at boundary"
+CCTK_REAL ML_shift_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
{
"0:*" :: "outgoing characteristic speed > 0"
} 1.
private:
-CCTK_REAL K11_bound_limit "limit value for r -> infinity"
+CCTK_REAL K11_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL K12_bound_limit "limit value for r -> infinity"
+CCTK_REAL K12_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL K13_bound_limit "limit value for r -> infinity"
+CCTK_REAL K13_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL K22_bound_limit "limit value for r -> infinity"
+CCTK_REAL K22_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL K23_bound_limit "limit value for r -> infinity"
+CCTK_REAL K23_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL K33_bound_limit "limit value for r -> infinity"
+CCTK_REAL K33_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL alpha_bound_limit "limit value for r -> infinity"
+CCTK_REAL alpha_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL g11_bound_limit "limit value for r -> infinity"
+CCTK_REAL g11_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL g12_bound_limit "limit value for r -> infinity"
+CCTK_REAL g12_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL g13_bound_limit "limit value for r -> infinity"
+CCTK_REAL g13_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL g22_bound_limit "limit value for r -> infinity"
+CCTK_REAL g22_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL g23_bound_limit "limit value for r -> infinity"
+CCTK_REAL g23_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL g33_bound_limit "limit value for r -> infinity"
+CCTK_REAL g33_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL beta1_bound_limit "limit value for r -> infinity"
+CCTK_REAL beta1_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL beta2_bound_limit "limit value for r -> infinity"
+CCTK_REAL beta2_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL beta3_bound_limit "limit value for r -> infinity"
+CCTK_REAL beta3_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL ML_curv_bound_limit "limit value for r -> infinity"
+CCTK_REAL ML_curv_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL ML_lapse_bound_limit "limit value for r -> infinity"
+CCTK_REAL ML_lapse_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL ML_metric_bound_limit "limit value for r -> infinity"
+CCTK_REAL ML_metric_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL ML_shift_bound_limit "limit value for r -> infinity"
+CCTK_REAL ML_shift_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
{
"*:*" :: "value of limit value is unrestricted"
} 0.
private:
-CCTK_REAL K11_bound_scalar "Dirichlet boundary value"
+CCTK_REAL K11_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL K12_bound_scalar "Dirichlet boundary value"
+CCTK_REAL K12_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL K13_bound_scalar "Dirichlet boundary value"
+CCTK_REAL K13_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL K22_bound_scalar "Dirichlet boundary value"
+CCTK_REAL K22_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL K23_bound_scalar "Dirichlet boundary value"
+CCTK_REAL K23_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL K33_bound_scalar "Dirichlet boundary value"
+CCTK_REAL K33_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL alpha_bound_scalar "Dirichlet boundary value"
+CCTK_REAL alpha_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL g11_bound_scalar "Dirichlet boundary value"
+CCTK_REAL g11_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL g12_bound_scalar "Dirichlet boundary value"
+CCTK_REAL g12_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL g13_bound_scalar "Dirichlet boundary value"
+CCTK_REAL g13_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL g22_bound_scalar "Dirichlet boundary value"
+CCTK_REAL g22_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL g23_bound_scalar "Dirichlet boundary value"
+CCTK_REAL g23_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL g33_bound_scalar "Dirichlet boundary value"
+CCTK_REAL g33_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL beta1_bound_scalar "Dirichlet boundary value"
+CCTK_REAL beta1_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL beta2_bound_scalar "Dirichlet boundary value"
+CCTK_REAL beta2_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL beta3_bound_scalar "Dirichlet boundary value"
+CCTK_REAL beta3_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL ML_curv_bound_scalar "Dirichlet boundary value"
+CCTK_REAL ML_curv_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL ML_lapse_bound_scalar "Dirichlet boundary value"
+CCTK_REAL ML_lapse_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL ML_metric_bound_scalar "Dirichlet boundary value"
+CCTK_REAL ML_metric_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
private:
-CCTK_REAL ML_shift_bound_scalar "Dirichlet boundary value"
+CCTK_REAL ML_shift_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
{
"*:*" :: "unrestricted"
} 0.
diff --git a/ML_ADM/schedule.ccl b/ML_ADM/schedule.ccl
index 93e7205..6e7faee 100644
--- a/ML_ADM/schedule.ccl
+++ b/ML_ADM/schedule.ccl
@@ -203,7 +203,7 @@ schedule ML_ADM_CheckBoundaries at BASEGRID
OPTIONS: meta
} "check boundaries treatment"
-schedule group ApplyBCs as ML_ADM_ApplyBCs in MoL_PostStep after ML_ADM_SelectBoundConds
+schedule group ApplyBCs as ML_ADM_ApplyBCs in MoL_PostStep after ML_ADM_SelectBoundConds
{
# no language specified
} "Apply boundary conditions controlled by thorn Boundary"
diff --git a/ML_ADM/src/ML_ADM_Minkowski.c b/ML_ADM/src/ML_ADM_Minkowski.c
index dedcb1a..7f8bf6f 100644
--- a/ML_ADM/src/ML_ADM_Minkowski.c
+++ b/ML_ADM/src/ML_ADM_Minkowski.c
@@ -38,9 +38,6 @@ void ML_ADM_Minkowski_Body(cGH const * restrict const cctkGH, int const dir, int
return;
}
- const char *groups[] = {"ML_ADM::ML_curv","ML_ADM::ML_lapse","ML_ADM::ML_metric","ML_ADM::ML_shift"};
- GenericFD_AssertGroupStorage(cctkGH, "ML_ADM_Minkowski", 4, groups);
-
/* Include user-supplied include files */
/* Initialise finite differencing variables */
diff --git a/ML_ADM/src/ML_ADM_RHS.c b/ML_ADM/src/ML_ADM_RHS.c
index 4511fdd..f23b5d6 100644
--- a/ML_ADM/src/ML_ADM_RHS.c
+++ b/ML_ADM/src/ML_ADM_RHS.c
@@ -59,9 +59,6 @@ void ML_ADM_RHS_Body(cGH const * restrict const cctkGH, int const dir, int const
return;
}
- const char *groups[] = {"ML_ADM::ML_curv","ML_ADM::ML_curvrhs","ML_ADM::ML_lapse","ML_ADM::ML_lapserhs","ML_ADM::ML_metric","ML_ADM::ML_metricrhs","ML_ADM::ML_shift","ML_ADM::ML_shiftrhs"};
- GenericFD_AssertGroupStorage(cctkGH, "ML_ADM_RHS", 8, groups);
-
/* Include user-supplied include files */
/* Initialise finite differencing variables */
diff --git a/ML_ADM/src/ML_ADM_boundary.c b/ML_ADM/src/ML_ADM_boundary.c
index 1a182ec..2cbdbf5 100644
--- a/ML_ADM/src/ML_ADM_boundary.c
+++ b/ML_ADM/src/ML_ADM_boundary.c
@@ -59,9 +59,6 @@ void ML_ADM_boundary_Body(cGH const * restrict const cctkGH, int const dir, int
return;
}
- const char *groups[] = {"ML_ADM::ML_curv","ML_ADM::ML_lapse","ML_ADM::ML_metric","ML_ADM::ML_shift"};
- GenericFD_AssertGroupStorage(cctkGH, "ML_ADM_boundary", 4, groups);
-
/* Include user-supplied include files */
/* Initialise finite differencing variables */
diff --git a/ML_ADM/src/ML_ADM_constraints.c b/ML_ADM/src/ML_ADM_constraints.c
index 43c64b9..1346268 100644
--- a/ML_ADM/src/ML_ADM_constraints.c
+++ b/ML_ADM/src/ML_ADM_constraints.c
@@ -53,9 +53,6 @@ void ML_ADM_constraints_Body(cGH const * restrict const cctkGH, int const dir, i
return;
}
- const char *groups[] = {"ML_ADM::ML_curv","ML_ADM::ML_Ham","ML_ADM::ML_metric","ML_ADM::ML_mom"};
- GenericFD_AssertGroupStorage(cctkGH, "ML_ADM_constraints", 4, groups);
-
/* Include user-supplied include files */
/* Initialise finite differencing variables */
diff --git a/ML_ADM/src/ML_ADM_constraints_boundary.c b/ML_ADM/src/ML_ADM_constraints_boundary.c
index 496ddea..fc5cfd4 100644
--- a/ML_ADM/src/ML_ADM_constraints_boundary.c
+++ b/ML_ADM/src/ML_ADM_constraints_boundary.c
@@ -53,9 +53,6 @@ void ML_ADM_constraints_boundary_Body(cGH const * restrict const cctkGH, int con
return;
}
- const char *groups[] = {"ML_ADM::ML_Ham","ML_ADM::ML_mom"};
- GenericFD_AssertGroupStorage(cctkGH, "ML_ADM_constraints_boundary", 2, groups);
-
/* Include user-supplied include files */
/* Initialise finite differencing variables */
diff --git a/ML_ADM/src/ML_ADM_convertFromADMBase.c b/ML_ADM/src/ML_ADM_convertFromADMBase.c
index dd3b1fe..43fc8be 100644
--- a/ML_ADM/src/ML_ADM_convertFromADMBase.c
+++ b/ML_ADM/src/ML_ADM_convertFromADMBase.c
@@ -38,9 +38,6 @@ void ML_ADM_convertFromADMBase_Body(cGH const * restrict const cctkGH, int const
return;
}
- const char *groups[] = {"ADMBase::curv","ADMBase::lapse","ADMBase::metric","ADMBase::shift","ML_ADM::ML_curv","ML_ADM::ML_lapse","ML_ADM::ML_metric","ML_ADM::ML_shift"};
- GenericFD_AssertGroupStorage(cctkGH, "ML_ADM_convertFromADMBase", 8, groups);
-
/* Include user-supplied include files */
/* Initialise finite differencing variables */
diff --git a/ML_ADM/src/ML_ADM_convertToADMBase.c b/ML_ADM/src/ML_ADM_convertToADMBase.c
index 2ad72d9..3a00d9f 100644
--- a/ML_ADM/src/ML_ADM_convertToADMBase.c
+++ b/ML_ADM/src/ML_ADM_convertToADMBase.c
@@ -38,9 +38,6 @@ void ML_ADM_convertToADMBase_Body(cGH const * restrict const cctkGH, int const d
return;
}
- const char *groups[] = {"ADMBase::curv","ADMBase::dtlapse","ADMBase::dtshift","ADMBase::lapse","ADMBase::metric","ADMBase::shift","ML_ADM::ML_curv","ML_ADM::ML_lapse","ML_ADM::ML_metric","ML_ADM::ML_shift"};
- GenericFD_AssertGroupStorage(cctkGH, "ML_ADM_convertToADMBase", 10, groups);
-
/* Include user-supplied include files */
/* Initialise finite differencing variables */