aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/WaveToyMoL/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra/WaveToyMoL/param.ccl')
-rw-r--r--CarpetExtra/WaveToyMoL/param.ccl24
1 files changed, 24 insertions, 0 deletions
diff --git a/CarpetExtra/WaveToyMoL/param.ccl b/CarpetExtra/WaveToyMoL/param.ccl
new file mode 100644
index 000000000..37879c4d8
--- /dev/null
+++ b/CarpetExtra/WaveToyMoL/param.ccl
@@ -0,0 +1,24 @@
+# Parameter definitions for thorn WaveToyMoL
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyMoL/param.ccl,v 1.2 2004/04/07 17:08:21 schnetter Exp $
+
+SHARES: MethodOfLines
+
+USES CCTK_INT MoL_Num_Evolved_Vars
+
+RESTRICTED:
+
+CCTK_INT WaveToyMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars
+{
+ 2:2 :: ""
+} 2
+
+PRIVATE:
+
+STRING bound "Type of boundary condition to use"
+{
+ .* :: "must be a registered boundary condition"
+} "None"
+
+BOOLEAN estimate_error "Estimate the truncation error"
+{
+} "no"