aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary/Cactus/KrancNumericalTools/GenericFD/param.ccl
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-03-01 13:43:31 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2011-05-20 15:54:20 +0200
commite0be5e82adfb8140cb5854e744ccf31bbf5f5c8e (patch)
tree2a3c03d9a9a1abc062707549ecf2eb56cda306c3 /Auxiliary/Cactus/KrancNumericalTools/GenericFD/param.ccl
parent5580c8292fab710e6e3414f3c87383f5105ac343 (diff)
Add support for a Jacobian to be applied to all derivatives
Diffstat (limited to 'Auxiliary/Cactus/KrancNumericalTools/GenericFD/param.ccl')
-rw-r--r--Auxiliary/Cactus/KrancNumericalTools/GenericFD/param.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/param.ccl b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/param.ccl
index 91075c9..85de1f9 100644
--- a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/param.ccl
+++ b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/param.ccl
@@ -30,3 +30,15 @@ CCTK_INT boundary_width "width of boundary (fix later to use Cactus boundary ca
{
-1:* :: "Any integer"
} 1
+
+restricted:
+CCTK_STRING jacobian_group "Name of group containing Jacobian" STEERABLE=RECOVER
+{
+ "" :: "String of the form <implementation>::<groupname>"
+} ""
+
+restricted:
+CCTK_STRING jacobian_derivative_group "Name of group containing Jacobian derivative" STEERABLE=RECOVER
+{
+ "" :: "String of the form <implementation>::<groupname>"
+} ""