-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi Tom,
According to your derivation for characteristic strain - if I am understanding it correctly - it comes from [BarackCutler04]
But by referring to these paper I found this equation is cited from [FinnThorne00]
where the definitions of h_c,n and h_0,n are (with c=G=1)
Combine eq (2) and eq (3) we can get eq (1).
However, in your code, h_c is calculated via eq.(1), and h_0 calculated with the new definition without the factor of 2:
So my question is, is the calculation for h_0 in your code missing a factor of
I am confused by the factor of legwork calculation for a few days, and I think the question I asked above may be the reason for it. But I wanna double check with you in case I miss anything in your derivation that might also cause this problem!
Thanks!