aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN_O8_Helper/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'ML_BSSN_O8_Helper/param.ccl')
-rw-r--r--ML_BSSN_O8_Helper/param.ccl39
1 files changed, 0 insertions, 39 deletions
diff --git a/ML_BSSN_O8_Helper/param.ccl b/ML_BSSN_O8_Helper/param.ccl
deleted file mode 100644
index 21fd4ec..0000000
--- a/ML_BSSN_O8_Helper/param.ccl
+++ /dev/null
@@ -1,39 +0,0 @@
-SHARES: Boundary
-
-USES CCTK_INT radpower
-
-SHARES: MethodofLines
-
-USES CCTK_INT MoL_Num_Constrained_Vars
-
-SHARES: ADMBase
-
-USES KEYWORD evolution_method
-
-SHARES: GenericFD
-
-USES CCTK_INT boundary_width
-
-SHARES: ML_BSSN_O8
-
-USES CCTK_INT timelevels
-USES CCTK_INT rhs_timelevels
-USES KEYWORD calculate_ADMBase_variables_at
-
-USES CCTK_REAL harmonicF
-
-EXTENDS KEYWORD my_initial_boundary_condition
-{
- "extrapolate-gammas" :: "extrapolate-gammas"
-}
-EXTENDS KEYWORD my_rhs_boundary_condition
-{
- "NewRad" :: "NewRad"
-}
-
-PRIVATE:
-
-CCTK_INT ML_BSSN_O8_MaxNumConstrainedVars "Number of constrained variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Constrained_Vars
-{
- 20:20 :: "Number of constrained variables used by this thorn"
-} 20