Télécharger disi3d.eso

Retour à la liste

Numérotation des lignes :

disi3d
  1. C DISI3D SOURCE PV090527 23/01/27 21:15:26 11574
  2. subroutine disi3d(NdimG,FthR,DIRT,lt,dissipT)
  3. c calcul des direction d ecoulement pour la plasticite de traction
  4. c pour incl3d
  5.  
  6. implicit real*8 (a-h,o-z)
  7. implicit integer (i-n)
  8.  
  9. integer NdimG
  10. real*8 FthR(NdimG),DIRT(NdimG),lt,dissipT
  11.  
  12. dissipT=0.d0
  13. do i=1,NdimG
  14. dissipT=dissipT+FthR(i)*lt*DIRT(i)
  15. end do
  16. return
  17. end
  18.  
  19.  
  20.  
  21.  

© Cast3M 2003 - Tous droits réservés.
Mentions légales