Télécharger jepg3d.eso

Retour à la liste

Numérotation des lignes :

jepg3d
  1. C JEPG3D SOURCE FD218221 24/02/07 21:15:17 11834
  2. subroutine jepg3d(NBRINC,NINC,NDIMG,NDIMA,NDIMPL,FRAC,GCH,Mbg,bg,
  3. # JEA,cg,AFFICHE,ERR1)
  4.  
  5. c calcul du jacobien d eps e / d epsp generalise (NDIMG*NDIMPL)
  6. c stocke dans cg() (cas avec une seule inclusion)
  7.  
  8. implicit real*8 (a-h,o-z)
  9. implicit integer (i-n)
  10.  
  11. c nbre d inc max et numero de la contrainte du critere actif de traction
  12. integer NBRINC,ERR1,NDIMG,NINC,NDIMPL
  13. c Jacobienne dVe/dVA
  14. real*8 JEA(NDIMG,NDIMA)
  15. c fraction des phases
  16. real*8 FRAC(0:NBRINC)
  17. c indicateur de diffusion produits chimiques dans fissure
  18. real*8 GCH(0:NBRINC)
  19. c coeff de biot et module de biot des gels
  20. real*8 bg(0:NBRINC,0:1),Mbg(0:NBRINC,0:1)
  21. c jacobienne Je1epg=cg (cf maple)
  22. real*8 cg(NDIMG,NDIMPL)
  23. c options d affichage
  24. logical affiche,affiche_local
  25. c fraction inclusion
  26. real*8 f
  27. if(NBRINC.ne.1) then
  28. print*,'Nbr inc inattendu ds jbgp3d'
  29. err1=1
  30. return
  31. end if
  32. affiche_local=affiche
  33. err1=0
  34.  
  35. f=frac(1)
  36. c pour la suite cf fichier maple

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