From fc3248a93a8e59bd363db602feea537398b659b8 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 9 Dec 2009 19:34:05 +0000 Subject: 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 --- interface.ccl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'interface.ccl') 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 -- cgit v1.2.3