summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-07-09 18:15:10 +0200
committerAnton Khirnov <anton@khirnov.net>2020-07-09 18:15:10 +0200
commit2f53f91d651db1993f5bf859f530cbd7b149f5c6 (patch)
tree10a6d290b10d5af9519783785002557393dd6b0c /param.ccl
parentec9c21e8feb7689809d5b88079561cc58e4ecd80 (diff)
Smooth the solution at the outer boundary.
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 1e8e2b5..bbbca32 100644
--- a/param.ccl
+++ b/param.ccl
@@ -27,6 +27,11 @@ CCTK_INT ccz4 "Use CCZ4 or BSSN" STEERABLE=recover
0:1 :: ""
} 0
+CCTK_REAL outer_smooth_fact "" STEERABLE=recover
+{
+ : :: ""
+} 0.5
+
RESTRICTED:
CCTK_INT fd_stencil "finite differencing stencil"
{