Prototypes | |
| static void | FreqDiff (LALStatus *stat, REAL4 *y, REAL4 x, void *p) |
| void | LALGeneratePPNInspiral (LALStatus *stat, CoherentGW *output, PPNParamStruc *params) |
| Computes a parametrized post-Newtonian inspiral waveform. More... | |
Go to the source code of this file.
Data Structures | |
| struct | FreqDiffParamStruc |
| struct | PPNInspiralBuffer |
Macros | |
| #define | MAXORDER 6 /* Maximum number of N and PN terms */ |
| #define | BUFFSIZE 1024 /* Number of timesteps buffered */ |
| #define | ACCURACY (1.0e-6) /* Accuracy of root finder */ |
| #define | TWOTHIRDS (0.6666666667) /* 2/3 */ |
| #define | ONEMINUSEPS (0.99999) /* Something close to 1 */ |
| #define | FREQ(f, x) |
| #define | FREELIST(node) |
| #define MAXORDER 6 /* Maximum number of N and PN terms */ |
Definition at line 36 of file GeneratePPNInspiral.c.
| #define BUFFSIZE 1024 /* Number of timesteps buffered */ |
Definition at line 37 of file GeneratePPNInspiral.c.
| #define ACCURACY (1.0e-6) /* Accuracy of root finder */ |
Definition at line 38 of file GeneratePPNInspiral.c.
| #define TWOTHIRDS (0.6666666667) /* 2/3 */ |
Definition at line 39 of file GeneratePPNInspiral.c.
| #define ONEMINUSEPS (0.99999) /* Something close to 1 */ |
Definition at line 40 of file GeneratePPNInspiral.c.
Definition at line 54 of file GeneratePPNInspiral.c.
| #define FREELIST | ( | node | ) |
Definition at line 127 of file GeneratePPNInspiral.c.
Definition at line 86 of file GeneratePPNInspiral.c.