summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-04-23 16:53:50 +0200
committerAnton Khirnov <anton@khirnov.net>2020-04-23 16:53:50 +0200
commitdbba307e91e7e44ff9e1a2b01992e07398898b4c (patch)
tree00c4f5630ab4f175c9b78f8a7c090a13e45ef758 /param.ccl
Initial commit.
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..0210523
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,12 @@
+# Parameter definitions for thorn NullSurf
+
+shares: MethodOfLines
+
+USES CCTK_INT MoL_Num_Evolved_Vars
+
+restricted:
+CCTK_INT mol_evolved "Number of evolved variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars STEERABLE=RECOVER
+{
+ 1:1 :: "Number of evolved variables used by this thorn"
+} 1
+