Go to the source code of this file.
|
subroutine | writeev (x, nx, xmin, xmax) |
|
◆ writeev()
subroutine writeev |
( |
real*8, dimension(nx) |
x, |
|
|
integer |
nx, |
|
|
real*8 |
xmin, |
|
|
real*8 |
xmax |
|
) |
| |
27 real*8 x(nx),pi,xmin,xmax,xnull
37 write(5,*)
' E I G E N V A L U E O U T P U T' 39 write(5,*)
'MODE NO EIGENVALUE FREQUENCY 41 write(5,*)
' REAL PART 43 write(5,*)
' (RAD/TIME) (CYCLES/TIME 51 if(xmin.gt.-0.5d0)
then 52 if(xmin*xmin.gt.x(j)) cycle
57 if(xmax.gt.-0.5d0)
then 58 if(xmax*xmax.lt.x(j))
exit 62 write(5,
'(i7,4(2x,e14.7))') j,x(j),xnull,
65 write(5,
'(i7,4(2x,e14.7))') j,x(j),dsqrt(x(j)),
66 & dsqrt(x(j))/(2.d0*pi),xnull