aboutsummaryrefslogtreecommitdiff
path: root/ML_WaveToyFO/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'ML_WaveToyFO/param.ccl')
-rw-r--r--ML_WaveToyFO/param.ccl324
1 files changed, 0 insertions, 324 deletions
diff --git a/ML_WaveToyFO/param.ccl b/ML_WaveToyFO/param.ccl
deleted file mode 100644
index 5bfa8b8..0000000
--- a/ML_WaveToyFO/param.ccl
+++ /dev/null
@@ -1,324 +0,0 @@
-# File produced by Kranc
-
-
-shares: GenericFD
-
-
-
-shares: MethodOfLines
-
-USES CCTK_INT MoL_Num_Evolved_Vars
-USES CCTK_INT MoL_Num_ArrayEvolved_Vars
-
-restricted:
-CCTK_INT verbose "verbose" STEERABLE=ALWAYS
-{
- *:* :: ""
-} 0
-
-restricted:
-CCTK_INT ML_WaveToyFO_MaxNumEvolvedVars "Number of evolved variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars STEERABLE=RECOVER
-{
- 5:5 :: "Number of evolved variables used by this thorn"
-} 5
-
-restricted:
-CCTK_INT ML_WaveToyFO_MaxNumArrayEvolvedVars "Number of Array evolved variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_ArrayEvolved_Vars STEERABLE=RECOVER
-{
- 0:0 :: "Number of Array evolved variables used by this thorn"
-} 0
-
-restricted:
-CCTK_INT timelevels "Number of active timelevels" STEERABLE=RECOVER
-{
- 0:2 :: ""
-} 2
-
-restricted:
-CCTK_INT rhs_timelevels "Number of active RHS timelevels" STEERABLE=RECOVER
-{
- 0:2 :: ""
-} 1
-
-restricted:
-CCTK_INT other_timelevels "Number of active timelevels for non-evolved grid functions" STEERABLE=RECOVER
-{
- 0:2 :: ""
-} 1
-
-restricted:
-CCTK_INT WTFO_Gaussian_calc_every "WTFO_Gaussian_calc_every" STEERABLE=ALWAYS
-{
- *:* :: ""
-} 1
-
-restricted:
-CCTK_INT WTFO_RHS_calc_every "WTFO_RHS_calc_every" STEERABLE=ALWAYS
-{
- *:* :: ""
-} 1
-
-restricted:
-CCTK_INT WTFO_constraints_calc_every "WTFO_constraints_calc_every" STEERABLE=ALWAYS
-{
- *:* :: ""
-} 1
-
-restricted:
-CCTK_INT WTFO_Gaussian_calc_offset "WTFO_Gaussian_calc_offset" STEERABLE=ALWAYS
-{
- *:* :: ""
-} 0
-
-restricted:
-CCTK_INT WTFO_RHS_calc_offset "WTFO_RHS_calc_offset" STEERABLE=ALWAYS
-{
- *:* :: ""
-} 0
-
-restricted:
-CCTK_INT WTFO_constraints_calc_offset "WTFO_constraints_calc_offset" STEERABLE=ALWAYS
-{
- *:* :: ""
-} 0
-
-private:
-KEYWORD rho_bound "Boundary condition to implement" STEERABLE=ALWAYS
-{
- "flat" :: "Flat boundary condition"
- "none" :: "No boundary condition"
- "static" :: "Boundaries held fixed"
- "radiative" :: "Radiation boundary condition"
- "scalar" :: "Dirichlet boundary condition"
- "newrad" :: "Improved radiative boundary condition"
- "skip" :: "skip boundary condition code"
-} "skip"
-
-private:
-KEYWORD u_bound "Boundary condition to implement" STEERABLE=ALWAYS
-{
- "flat" :: "Flat boundary condition"
- "none" :: "No boundary condition"
- "static" :: "Boundaries held fixed"
- "radiative" :: "Radiation boundary condition"
- "scalar" :: "Dirichlet boundary condition"
- "newrad" :: "Improved radiative boundary condition"
- "skip" :: "skip boundary condition code"
-} "skip"
-
-private:
-KEYWORD v1_bound "Boundary condition to implement" STEERABLE=ALWAYS
-{
- "flat" :: "Flat boundary condition"
- "none" :: "No boundary condition"
- "static" :: "Boundaries held fixed"
- "radiative" :: "Radiation boundary condition"
- "scalar" :: "Dirichlet boundary condition"
- "newrad" :: "Improved radiative boundary condition"
- "skip" :: "skip boundary condition code"
-} "skip"
-
-private:
-KEYWORD v2_bound "Boundary condition to implement" STEERABLE=ALWAYS
-{
- "flat" :: "Flat boundary condition"
- "none" :: "No boundary condition"
- "static" :: "Boundaries held fixed"
- "radiative" :: "Radiation boundary condition"
- "scalar" :: "Dirichlet boundary condition"
- "newrad" :: "Improved radiative boundary condition"
- "skip" :: "skip boundary condition code"
-} "skip"
-
-private:
-KEYWORD v3_bound "Boundary condition to implement" STEERABLE=ALWAYS
-{
- "flat" :: "Flat boundary condition"
- "none" :: "No boundary condition"
- "static" :: "Boundaries held fixed"
- "radiative" :: "Radiation boundary condition"
- "scalar" :: "Dirichlet boundary condition"
- "newrad" :: "Improved radiative boundary condition"
- "skip" :: "skip boundary condition code"
-} "skip"
-
-private:
-KEYWORD WT_rho_bound "Boundary condition to implement" STEERABLE=ALWAYS
-{
- "flat" :: "Flat boundary condition"
- "none" :: "No boundary condition"
- "static" :: "Boundaries held fixed"
- "radiative" :: "Radiation boundary condition"
- "scalar" :: "Dirichlet boundary condition"
- "newrad" :: "Improved radiative boundary condition"
- "skip" :: "skip boundary condition code"
-} "none"
-
-private:
-KEYWORD WT_u_bound "Boundary condition to implement" STEERABLE=ALWAYS
-{
- "flat" :: "Flat boundary condition"
- "none" :: "No boundary condition"
- "static" :: "Boundaries held fixed"
- "radiative" :: "Radiation boundary condition"
- "scalar" :: "Dirichlet boundary condition"
- "newrad" :: "Improved radiative boundary condition"
- "skip" :: "skip boundary condition code"
-} "none"
-
-private:
-KEYWORD WT_v_bound "Boundary condition to implement" STEERABLE=ALWAYS
-{
- "flat" :: "Flat boundary condition"
- "none" :: "No boundary condition"
- "static" :: "Boundaries held fixed"
- "radiative" :: "Radiation boundary condition"
- "scalar" :: "Dirichlet boundary condition"
- "newrad" :: "Improved radiative boundary condition"
- "skip" :: "skip boundary condition code"
-} "none"
-
-private:
-CCTK_REAL rho_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
-{
- "0:*" :: "outgoing characteristic speed > 0"
-} 1.
-
-private:
-CCTK_REAL u_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
-{
- "0:*" :: "outgoing characteristic speed > 0"
-} 1.
-
-private:
-CCTK_REAL v1_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
-{
- "0:*" :: "outgoing characteristic speed > 0"
-} 1.
-
-private:
-CCTK_REAL v2_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
-{
- "0:*" :: "outgoing characteristic speed > 0"
-} 1.
-
-private:
-CCTK_REAL v3_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
-{
- "0:*" :: "outgoing characteristic speed > 0"
-} 1.
-
-private:
-CCTK_REAL WT_rho_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
-{
- "0:*" :: "outgoing characteristic speed > 0"
-} 1.
-
-private:
-CCTK_REAL WT_u_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
-{
- "0:*" :: "outgoing characteristic speed > 0"
-} 1.
-
-private:
-CCTK_REAL WT_v_bound_speed "characteristic speed at boundary" STEERABLE=ALWAYS
-{
- "0:*" :: "outgoing characteristic speed > 0"
-} 1.
-
-private:
-CCTK_REAL rho_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
-{
- "*:*" :: "value of limit value is unrestricted"
-} 0.
-
-private:
-CCTK_REAL u_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
-{
- "*:*" :: "value of limit value is unrestricted"
-} 0.
-
-private:
-CCTK_REAL v1_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
-{
- "*:*" :: "value of limit value is unrestricted"
-} 0.
-
-private:
-CCTK_REAL v2_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
-{
- "*:*" :: "value of limit value is unrestricted"
-} 0.
-
-private:
-CCTK_REAL v3_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
-{
- "*:*" :: "value of limit value is unrestricted"
-} 0.
-
-private:
-CCTK_REAL WT_rho_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
-{
- "*:*" :: "value of limit value is unrestricted"
-} 0.
-
-private:
-CCTK_REAL WT_u_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
-{
- "*:*" :: "value of limit value is unrestricted"
-} 0.
-
-private:
-CCTK_REAL WT_v_bound_limit "limit value for r -> infinity" STEERABLE=ALWAYS
-{
- "*:*" :: "value of limit value is unrestricted"
-} 0.
-
-private:
-CCTK_REAL rho_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
-{
- "*:*" :: "unrestricted"
-} 0.
-
-private:
-CCTK_REAL u_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
-{
- "*:*" :: "unrestricted"
-} 0.
-
-private:
-CCTK_REAL v1_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
-{
- "*:*" :: "unrestricted"
-} 0.
-
-private:
-CCTK_REAL v2_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
-{
- "*:*" :: "unrestricted"
-} 0.
-
-private:
-CCTK_REAL v3_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
-{
- "*:*" :: "unrestricted"
-} 0.
-
-private:
-CCTK_REAL WT_rho_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
-{
- "*:*" :: "unrestricted"
-} 0.
-
-private:
-CCTK_REAL WT_u_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
-{
- "*:*" :: "unrestricted"
-} 0.
-
-private:
-CCTK_REAL WT_v_bound_scalar "Dirichlet boundary value" STEERABLE=ALWAYS
-{
- "*:*" :: "unrestricted"
-} 0.
-