summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-05-14 11:02:46 +0200
committerAnton Khirnov <anton@khirnov.net>2020-05-14 11:02:46 +0200
commitd9fe4596350d4526098743aa6fad2216ac72585c (patch)
tree7fadce82c7dbc798aebf9ce17cc30ecd4b8cca8c /param.ccl
parentdbba307e91e7e44ff9e1a2b01992e07398898b4c (diff)
Integrate individual photons rather than null surfaces.
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl16
1 files changed, 10 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index 0210523..af9189c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,12 +1,16 @@
# Parameter definitions for thorn NullSurf
-shares: MethodOfLines
-
-USES CCTK_INT MoL_Num_Evolved_Vars
+CCTK_INT photons_per_surface "Number of photons per surface"
+{
+ 2: :: ""
+} 64
-restricted:
-CCTK_INT mol_evolved "Number of evolved variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars STEERABLE=RECOVER
+CCTK_INT nb_surfaces "Number of null surfaces to trace"
{
- 1:1 :: "Number of evolved variables used by this thorn"
+ 1: :: ""
} 1
+CCTK_INT solve_level "Refinement level to integrate photons on"
+{
+ 0: :: ""
+} 0