Functions | |
| int | f (realtype t, N_Vector y, N_Vector ydot, void *ud) |
| void | f_util (double *y, double Jspin, double mu) |
| void | geo_higher_deriv (double E, double L, double a, double &r_dotdot, double &r_dotdotdot, double &wdot, double &wdotdot) |
| void | h_quad (double r, double r_t, double r_tt, double r_ttt, double phi, double phi_t, double phi_tt, double phi_ttt, double &hplus, double &hcross) |
| double | min (double x, double y) |
| void | printfutil (double *y) |
| void | quad_loss (double r, double r_t, double r_tt, double r_ttt, double phi, double phi_t, double phi_tt, double phi_ttt, double &E_dot, double &Lz_dot) |
| void | reduced_quad_dot (double r, double r_t, double r_tt, double r_ttt, double phi, double phi_t, double phi_tt, double phi_ttt, double(&I_tt)[3][3], double(&I_ttt)[3][3]) |
Variables | |
| static double | A |
| static double | a2 |
| static double | B |
| static double | Delta |
| static double | Edot |
| static double | Ldot |
| static double | phi |
| static double | pr |
| static double | pr_dot |
| static double | Q |
| static double | r |
| static double | R02 |
| static double | r2 |
| static double | r3 |
| static double | r_dot |
| static double | tau |
| static double | w |
| int f | ( | realtype | t, |
| N_Vector | y, | ||
| N_Vector | ydot, | ||
| void * | ud | ||
| ) |
Definition at line 187 of file geodesics.cc.
| void f_util | ( | double * | y, |
| double | Jspin, | ||
| double | mu | ||
| ) |
Definition at line 138 of file geodesics.cc.
| void geo_higher_deriv | ( | double | E, |
| double | L, | ||
| double | a, | ||
| double & | r_dotdot, | ||
| double & | r_dotdotdot, | ||
| double & | wdot, | ||
| double & | wdotdot | ||
| ) |
Definition at line 33 of file geodesics.cc.
| void h_quad | ( | double | r, |
| double | r_t, | ||
| double | r_tt, | ||
| double | r_ttt, | ||
| double | phi, | ||
| double | phi_t, | ||
| double | phi_tt, | ||
| double | phi_ttt, | ||
| double & | hplus, | ||
| double & | hcross | ||
| ) |
Definition at line 173 of file geodesics.cc.
| double min | ( | double | x, |
| double | y | ||
| ) |
Definition at line 267 of file geodesics.cc.
| void printfutil | ( | double * | y | ) |
Definition at line 341 of file geodesics.cc.
| void quad_loss | ( | double | r, |
| double | r_t, | ||
| double | r_tt, | ||
| double | r_ttt, | ||
| double | phi, | ||
| double | phi_t, | ||
| double | phi_tt, | ||
| double | phi_ttt, | ||
| double & | E_dot, | ||
| double & | Lz_dot | ||
| ) |
Definition at line 112 of file geodesics.cc.
| void reduced_quad_dot | ( | double | r, |
| double | r_t, | ||
| double | r_tt, | ||
| double | r_ttt, | ||
| double | phi, | ||
| double | phi_t, | ||
| double | phi_tt, | ||
| double | phi_ttt, | ||
| double(&) | I_tt[3][3], | ||
| double(&) | I_ttt[3][3] | ||
| ) |
Definition at line 79 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.
|
static |
Definition at line 26 of file geodesics.cc.