aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f2ea251b-07d6-4a45-8f2c-a162b3fa7596>2009-12-09 19:37:23 +0000
committerschnetter <schnetter@f2ea251b-07d6-4a45-8f2c-a162b3fa7596>2009-12-09 19:37:23 +0000
commitb4cd4a188ab721cdb729aa01e77ada392042358a (patch)
tree7f20e6f90167c99d18dc7a8ca201762457ade490 /interface.ccl
parent3aca8cc6170cb89b70125e95e761702861967217 (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_NS/trunk@5 f2ea251b-07d6-4a45-8f2c-a162b3fa7596
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 c9b0207..e4ac277 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,4 +2,13 @@
IMPLEMENTS: ID_Bin_NS
-INHERITS: grid ADMBase HydroBase
+INHERITS: grid SummationByParts ADMBase HydroBase
+
+
+
+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