aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl16
1 files changed, 16 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index e58faac..668cfc0 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -40,6 +40,18 @@ USES FUNCTION Set_Rho_ADM
USES FUNCTION Set_Initial_Guess_for_u
USES FUNCTION Rescale_Sources
+PRIVATE:
+
+CCTK_REAL energy TYPE=scalar
+{
+ E
+} "ADM energy of the Bowen-York spacetime"
+
+CCTK_REAL angular_momentum TYPE=scalar
+{
+ J1, J2, J3
+} "Angular momentum of the Bowen-York spacetime"
+
PUBLIC:
CCTK_REAL bare_mass TYPE=scalar
@@ -47,4 +59,8 @@ CCTK_REAL bare_mass TYPE=scalar
mp mm
} "Bare masses of the punctures"
+CCTK_REAL puncture_adm_mass TYPE=scalar
+{
+ mp_adm mm_adm
+} "ADM masses of the punctures (measured at the other spatial infinities)"