Prototypes | |
int | usage (const char *program) |
int | parseargs (int argc, char *argv[]) |
int | output (const char *fmt, double c, double m, double r, double w, double z, double k2) |
int | main (int argc, char *argv[]) |
int | parseargs (int argc, char **argv) |
Go to the source code of this file.
Variables | |
LALSimNeutronStarEOS * | global_eos = NULL |
const char *const | default_fmt = "%r\\t%m\\n" |
const char *const | default_fmt_U = "%r\\t%m\\t%w\\t%z\\n" |
const char * | global_fmt |
double | global_epsrel = 0 |
int | global_virial = 0 |
double | global_rho_c |
double | global_e_c = 0 |
const long | default_npts = 100 |
long | global_npts |
int usage | ( | const char * | program | ) |
Definition at line 399 of file ns-mass-radius.c.
int parseargs | ( | int | argc, |
char * | argv[] | ||
) |
int output | ( | const char * | fmt, |
double | c, | ||
double | m, | ||
double | r, | ||
double | w, | ||
double | z, | ||
double | k2 | ||
) |
Definition at line 122 of file ns-mass-radius.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 49 of file ns-mass-radius.c.
int parseargs | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 206 of file ns-mass-radius.c.
LALSimNeutronStarEOS* global_eos = NULL |
Definition at line 35 of file ns-mass-radius.c.
const char* const default_fmt = "%r\\t%m\\n" |
Definition at line 37 of file ns-mass-radius.c.
const char* const default_fmt_U = "%r\\t%m\\t%w\\t%z\\n" |
Definition at line 38 of file ns-mass-radius.c.
const char* global_fmt |
Definition at line 39 of file ns-mass-radius.c.
double global_epsrel = 0 |
Definition at line 41 of file ns-mass-radius.c.
int global_virial = 0 |
Definition at line 43 of file ns-mass-radius.c.
double global_rho_c |
Definition at line 44 of file ns-mass-radius.c.
double global_e_c = 0 |
Definition at line 44 of file ns-mass-radius.c.
const long default_npts = 100 |
Definition at line 46 of file ns-mass-radius.c.
long global_npts |
Definition at line 47 of file ns-mass-radius.c.