49 integer i,j,k,im,imin,jm,jmin,iorth
51 real*8 elas(21),c(3,3,3,3),rho,xi(-1:1,-1:1),et(-1:1,-1:1),
56 intent(inout) elas,wavspd
58 write(*,*)
'++cMT: calculating max. speed in ANISOTROPIC...' 93 if((i.eq.0).and.(j.eq.0)) cycle
100 if((xi(i,j).le.1.d0).and.
101 & (xi(i,j).ge.-1.d0).and.
102 & (et(i,j).le.1.d0).and.
103 & (et(i,j).ge.-1.d0))
then 108 if(a.lt.distmin)
then 124 if((imin.eq.0).and.(jmin.eq.0))
exit 128 xi(0,0)=xi(imin,jmin)
129 et(0,0)=et(imin,jmin)
139 if((i+im.lt.-1).or.(i+im.gt.1).or.
140 & (j+jm.lt.-1).or.(j+jm.gt.1))
then 147 if((xi(i,j).le.1.d0).and.
148 & (xi(i,j).ge.-1.d0).and.
149 & (et(i,j).le.1.d0).and.
150 & (et(i,j).ge.-1.d0))
then 155 if(a.lt.distmin)
then subroutine inversewavspd(xi, et, c, rho, a)
Definition: inversewavspd.f:20
subroutine anisotropic(anisol, anisox)
Definition: anisotropic.f:20