corrected initial conditions in ic_gb
This commit is contained in:
parent
b83b6f0f5b
commit
912e9e1ec3
@ -3893,8 +3893,11 @@ c
|
||||
du1tz=0.5d0*u*(dx0t**2*dwwxx+dy0t**2*dwwyy+
|
||||
. 2.0d0*dx0t*dy0t*dwwxy)/ddfu
|
||||
c
|
||||
ppx=x0t*rcixx+y0t*rcixy
|
||||
ppy=x0t*rcixy+y0t*rciyy
|
||||
pppx=x0t*rcixx+y0t*rcixy
|
||||
pppy=x0t*rcixy+y0t*rciyy
|
||||
ppx=-pppx*gzt/(pppx*gxt+pppy*gyt)
|
||||
ppy=-pppy*gzt/(pppx*gxt+pppy*gyt)
|
||||
c
|
||||
anzt=sqrt((1.0d0+gr2)/(1.0d0+ppx**2+ppy**2))
|
||||
anxt=ppx*anzt
|
||||
anyt=ppy*anzt
|
||||
|
Loading…
Reference in New Issue
Block a user