![]() |
Bimetric 3+1 toolkit for spherical symmetry
|
Maximal slicing algorithm. More...
Go to the source code of this file.
Defines | |
#define | PP(n) ( -2 / r(m,n) ) |
PP is P(x) in the equation: y''(x) = P(x) y'(x) + Q(x) y(x) | |
#define | QQ(n) |
QQ is Q(x) in the equation: y''(x) = P(x) y'(x) + Q(x) y(x) | |
#define | altQQ(n) |
Maximal slicing algorithm.
Definition in file maximalSlice.h.
#define altQQ | ( | n | ) |
#define PP | ( | n | ) | ( -2 / r(m,n) ) |
PP is P(x) in the equation: y''(x) = P(x) y'(x) + Q(x) y(x)
Definition at line 12 of file maximalSlice.h.
#define QQ | ( | n | ) |
( pow2( gK1(m,n) ) + 2 * pow2( gK2(m,n) ) \ + k_g * ( eq_pf_rho(m,n) + eq_pf_J1(m,n) + 2 * eq_pf_J2(m,n) ) )
QQ is Q(x) in the equation: y''(x) = P(x) y'(x) + Q(x) y(x)
Definition at line 16 of file maximalSlice.h.