From e2745670894cac8ca73c6bee5c1b4cc2c8c94a3e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 30 Jan 2020 13:36:41 +0100 Subject: teukolsky_data: change TD_FAMILY_AE_TIME_ANTISYM This is obviously not the data that A&E were using in their paper (though the reason is unknown, as the free functions should be the same), so stop referring to it as such. Also drop the constant multiplier of 60 * \sqrt{2/pi}, since it has no other purpose than being consistent with their data. Name the resulting family TD_FAMILY_TIME_ANTISYM_CUBIC. This is an API break. --- teukolsky_data.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'teukolsky_data.h') diff --git a/teukolsky_data.h b/teukolsky_data.h index 4967f8f..943407b 100644 --- a/teukolsky_data.h +++ b/teukolsky_data.h @@ -41,13 +41,15 @@ */ enum TDFamily { /** - * The time-antisymmetric initial data used in Abrahams&Evans PhysRevD v49,n8 (1994). + * Time-antisymmetric initial data with a cubic radial term multiplied by an + * exponential and a quadrupole angular term. + * Similar to that used in Abrahams&Evans PhysRevD v49,n8 (1994). * Conformally flat spatial metric. - * r / x x 3 \ / x 2 \ - * K = -60√(2/π) a | --- - (---) | * exp| - (---) | sin(2θ) - * θ \ L L / \ L / + * r / x x 3 \ / x 2 \ + * K = a | 3 --- - 2 (---) | * exp| - (---) | sin(2θ) + * θ \ L L / \ L / */ - TD_FAMILY_AE_TIME_ANTISYM = 0, + TD_FAMILY_TIME_ANTISYM_CUBIC = 0, /** * Simpler time-antisymmetric initial data. * Conformally flat spatial metric. -- cgit v1.2.3