aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@0994f19a-7e1f-4f5a-9787-1e7a3bb7f33f>2009-12-09 19:34:05 +0000
committerschnetter <schnetter@0994f19a-7e1f-4f5a-9787-1e7a3bb7f33f>2009-12-09 19:34:05 +0000
commitfc3248a93a8e59bd363db602feea537398b659b8 (patch)
treeefd60a0e29abd554550c98bd7a5a8bd0cc65db16 /interface.ccl
parent9574d6725aa611c5154e83e962836e7a873e6528 (diff)
Use SummationByParts to evaluate angular derivatives in order to
initialise the time derivatives of lapse and shift git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Meudon_Bin_BH/trunk@5 0994f19a-7e1f-4f5a-9787-1e7a3bb7f33f
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl11
1 files changed, 10 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index cb32a3c..d74bcc3 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,4 +2,13 @@
IMPLEMENTS: ID_Bin_BH
-INHERITS: grid ADMBase
+INHERITS: grid SummationByParts ADMBase
+
+
+
+SUBROUTINE Diff_gv (CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_INT IN dir, \
+ CCTK_REAL IN ARRAY var, \
+ CCTK_REAL OUT ARRAY dvar, \
+ CCTK_INT IN table_handle)
+USES FUNCTION Diff_gv