aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-10-05 11:07:13 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-10-05 11:07:13 +0000
commit748569b8a25ce2d5d3b774f18df0345a3fe68768 (patch)
treed432e9d6a51ae8a8021f85f40ce2ec85053ee764 /interface.ccl
parent4b903632cbc6158f80bb0b064ff7fcf45539ac39 (diff)
- add source terms provided by aliased function
- small fix suggested by Marcus concerning the initialisation of the dvs git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@19 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl12
1 files changed, 10 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index a969173..3bb592b 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -5,6 +5,14 @@ IMPLEMENTS: TwoPunctures
INHERITS: ADMBase StaticConformal grid
-
-
REAL puncture_u TYPE=gf
+
+CCTK_INT FUNCTION Rho_ADM( \
+ CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_INT IN size, \
+ CCTK_POINTER IN source, \
+ CCTK_POINTER IN x, \
+ CCTK_POINTER IN y, \
+ CCTK_POINTER IN z \
+ )
+USES FUNCTION Rho_ADM