summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-11-29 18:00:17 +0100
committerAnton Khirnov <anton@khirnov.net>2018-11-29 18:00:17 +0100
commit9bb2871198d34564bd9f9ece01d4e5619cf50b49 (patch)
treeb12935ace85daa97ac3b842eabbb28e1463965a4 /param.ccl
parentb9d2d61d033200f1168b43d3a84772a1739d95f3 (diff)
Implement higher-order finite differences.
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index e6b39e2..1718290 100644
--- a/param.ccl
+++ b/param.ccl
@@ -8,3 +8,7 @@ EXTENDS KEYWORD lapse_evolution_method
}
RESTRICTED:
+CCTK_INT fd_stencil "finite differencing stencil"
+{
+ 1: :: ""
+} 1