summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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
index 1718290..0795ac4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -12,3 +12,15 @@ CCTK_INT fd_stencil "finite differencing stencil"
{
1: :: ""
} 1
+
+RESTRICTED:
+CCTK_INT stats_every "print elliptic solver stats every <count> coarsest-level steps"
+{
+ 0: :: ""
+} 0
+
+RESTRICTED:
+STRING loglevel "logging level"
+{
+ :: ""
+} "info"