File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ g_23 = Bt*hthe*Rxy/Bp
61
61
62
62
# zShift = \int_{theta0}^{theta} {nu dtheta}
63
63
arctanarg = (r - 1)*tan(theta/2.)/sqrt(1. - r^2)
64
- zshift = r^2*(r*sin(theta)/((r^2 - 1)*(r*cos(theta) - 1.)) - 2.*atan(arctanarg)/(1. - r^2)^1.5)
65
- shiftangle = r^2 * 2.*pi/(1. - r^2)^1.5
64
+ zShift = r^2*(r*sin(theta)/((r^2 - 1)*(r*cos(theta) - 1.)) - 2.*atan(arctanarg)/(1. - r^2)^1.5)
65
+ ShiftAngle = r^2 * 2.*pi/(1. - r^2)^1.5
66
66
67
67
[mesh:paralleltransform]
68
68
type = shiftedinterp
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ g_23 = Bt*hthe*Rxy/Bp
58
58
59
59
# zShift = \int_{theta0}^{theta} {nu dtheta}
60
60
arctanarg = (r - 1)*tan(theta/2.)/sqrt(1. - r^2)
61
- zshift = r^2*(r*sin(theta)/((r^2 - 1)*(r*cos(theta) - 1.)) - 2.*atan(arctanarg)/(1. - r^2)^1.5)
62
- shiftangle = r^2 * 2.*pi/(1. - r^2)^1.5
61
+ zShift = r^2*(r*sin(theta)/((r^2 - 1)*(r*cos(theta) - 1.)) - 2.*atan(arctanarg)/(1. - r^2)^1.5)
62
+ ShiftAngle = r^2 * 2.*pi/(1. - r^2)^1.5
63
63
64
64
[mesh:paralleltransform]
65
65
type = shiftedinterp
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ success = True
44
44
for nproc in [8 ]:
45
45
print (" %d processors...." % nproc )
46
46
for args in argslist :
47
- cmd = "test-laplacexy " + args
47
+ cmd = "./ test-laplacexy " + args
48
48
49
49
shell ("rm data/BOUT.dmp.*.nc > /dev/null 2>&1" )
50
50
You can’t perform that action at this time.
0 commit comments