Prototypes | |
bool | approximatelyEqual (REAL8 a, REAL8 b, REAL8 epsilon) |
void | print_difference (const char *name, REAL8 u, REAL8 u_expected) |
static void | Test_BHNS_spin_aligned (void) |
static void | Test_BHNS_mass_aligned (void) |
static void | Test_bbh_final_spin_non_precessing_UIB2016 (void) |
static void | Test_bbh_final_mass_non_precessing_UIB2016 (void) |
int | main (int argc, char *argv[]) |
Go to the source code of this file.
Macros | |
#define | MYUNUSED(expr) do { (void)(expr); } while (0) |
#define | COUNT_BHNS_SPIN_ALIGNED 48 |
#define | TOLERANCE_BHNS_SPIN_ALIGNED 1e-7 |
#define | COUNT_BHNS_MASS_ALIGNED 27 |
#define | TOLERANCE_BHNS_MASS_ALIGNED 1e-7 |
#define | COUNT_BBH_FINAL_SPIN_NON_PRECESSING_UIB2016 49 |
#define | TOLERANCE_BBH_FINAL_SPIN_NON_PRECESSING_UIB2016 1e-6 |
#define | COUNT_BBH_FINAL_MASS_NON_PRECESSING_UIB2016 49 |
#define | TOLERANCE_BBH_FINAL_MASS_NON_PRECESSING_UIB2016 1e-8 |
#define MYUNUSED | ( | expr | ) | do { (void)(expr); } while (0) |
Definition at line 35 of file BHNSRemnantFitsTest.c.
#define COUNT_BHNS_SPIN_ALIGNED 48 |
Definition at line 52 of file BHNSRemnantFitsTest.c.
#define TOLERANCE_BHNS_SPIN_ALIGNED 1e-7 |
Definition at line 53 of file BHNSRemnantFitsTest.c.
#define COUNT_BHNS_MASS_ALIGNED 27 |
Definition at line 105 of file BHNSRemnantFitsTest.c.
#define TOLERANCE_BHNS_MASS_ALIGNED 1e-7 |
Definition at line 106 of file BHNSRemnantFitsTest.c.
#define COUNT_BBH_FINAL_SPIN_NON_PRECESSING_UIB2016 49 |
Definition at line 146 of file BHNSRemnantFitsTest.c.
#define TOLERANCE_BBH_FINAL_SPIN_NON_PRECESSING_UIB2016 1e-6 |
Definition at line 147 of file BHNSRemnantFitsTest.c.
#define COUNT_BBH_FINAL_MASS_NON_PRECESSING_UIB2016 49 |
Definition at line 201 of file BHNSRemnantFitsTest.c.
#define TOLERANCE_BBH_FINAL_MASS_NON_PRECESSING_UIB2016 1e-8 |
Definition at line 202 of file BHNSRemnantFitsTest.c.
Definition at line 38 of file BHNSRemnantFitsTest.c.
Definition at line 48 of file BHNSRemnantFitsTest.c.
|
static |
Definition at line 92 of file BHNSRemnantFitsTest.c.
|
static |
Definition at line 133 of file BHNSRemnantFitsTest.c.
|
static |
Definition at line 188 of file BHNSRemnantFitsTest.c.
|
static |
Definition at line 243 of file BHNSRemnantFitsTest.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 256 of file BHNSRemnantFitsTest.c.
double input_BHNS_spin_aligned[COUNT_BHNS_SPIN_ALIGNED][4] |
Definition at line 54 of file BHNSRemnantFitsTest.c.
double expected_BHNS_spin_aligned[COUNT_BHNS_SPIN_ALIGNED] |
Definition at line 75 of file BHNSRemnantFitsTest.c.
double input_BHNS_mass_aligned[COUNT_BHNS_MASS_ALIGNED][5] |
Definition at line 107 of file BHNSRemnantFitsTest.c.
double expected_BHNS_mass_aligned[COUNT_BHNS_MASS_ALIGNED] |
Definition at line 122 of file BHNSRemnantFitsTest.c.
double input_bbh_final_spin_non_precessing_UIB2016[COUNT_BBH_FINAL_SPIN_NON_PRECESSING_UIB2016][4] |
Definition at line 148 of file BHNSRemnantFitsTest.c.
double expected_bbh_final_spin_non_precessing_UIB2016[COUNT_BBH_FINAL_SPIN_NON_PRECESSING_UIB2016] |
Definition at line 170 of file BHNSRemnantFitsTest.c.
double input_bbh_final_mass_non_precessing_UIB2016[COUNT_BBH_FINAL_MASS_NON_PRECESSING_UIB2016][4] |
Definition at line 203 of file BHNSRemnantFitsTest.c.
double expected_bbh_final_mass_non_precessing_UIB2016[COUNT_BBH_FINAL_MASS_NON_PRECESSING_UIB2016] |
Definition at line 225 of file BHNSRemnantFitsTest.c.