bbre3d
C BBRE3D SOURCE FD218221 24/02/07 21:15:03 11834 subroutine bbre3d(NBRINC,NDIMG,NDIMA,ngf,BB,bg, # DEPST,DEPSC,DEPSL,JEA,frac,Gch,affiche) c calcul du syteme d equation pour le retour avec une inclusion implicit real*8 (a-h,o-z) implicit integer (i-n) c dimension du pb en base generalisee integer NDIMG,NBRINC c second membre systeme lienaire integer ngf real*8 bb(ngf) c coeff de fluage real*8 JEA(NDIMG,NDIMA) c indicateur de diffusion produits chimiques dans fissure real*8 GCH(0:NBRINC) c def plastique real*8 DEPST(NDIMG),DEPSC(NDIMG),DEPSL(NDIMG) c coeff de biot des gels real*8 bg(0:NBRINC,0:1) c affichage logical affiche c fraction d inclusion real*8 FRAC(0:NBRINC) c affichage logical affiche_local affiche_local=affiche if(ngf.lt.ndimg) then print*,'Redimensionner ngf>ndimg dans incl3d pour bbti3d' end if if(affiche_local) then print*,'On arrive dans bbre3d' end if C print*,NBRINC,NDIMG,NDIMA,ngf,BB,bg, C # DEPST,DEPSC,JEA,frac,Gch,affiche'dans bb1rest3d BB' do i=1,ndimg write(*,'(E10.3)') BB(i) end do end if return end
© Cast3M 2003 - Tous droits réservés.
Mentions légales