Skip to content
Snippets Groups Projects
Commit 05960488 authored by Dave Whipp's avatar Dave Whipp
Browse files

Modified to read dilatation rate

parent 97a89b74
No related branches found
No related tags found
No related merge requests found
...@@ -47,9 +47,10 @@ double precision total, step, inc, current_time ...@@ -47,9 +47,10 @@ double precision total, step, inc, current_time
integer err,ierr,iproc,nproc,iface,ioc,i,j,k,is,noctree,nnode,nleaves,nface,nt integer err,ierr,iproc,nproc,iface,ioc,i,j,k,is,noctree,nnode,nleaves,nface,nt
integer icon,inn,inl,nlsf,ncl,nf,inr,kx,ky,kz,kt integer icon,inn,inl,nlsf,ncl,nf,inr,kx,ky,kz,kt
logical inf,wlif logical inf,wlif,is_plas
character*7 ic character*7 ic
double precision s,p,t,x,y,z,u,v,w,wiso,xlsf,e2d,don,con,activation_time double precision s,p,t,x,y,z,u,v,w,wiso,xlsf,e2d,don,con,activation_time,dilatr
double precision epr,espr,evisc
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
...@@ -153,7 +154,7 @@ else ...@@ -153,7 +154,7 @@ else
kz, & kz, &
kt, & kt, &
i=1,nnode) i=1,nnode)
read (9) ((icon,k=1,8),con,e2d,wlif,i=1,nleaves) read (9) ((icon,k=1,8),epr,espr,con,e2d,evisc,is_plas,dilatr,wlif,i=1,nleaves)
read (9) (ioc,k=1,noctree) read (9) (ioc,k=1,noctree)
read (9) ((iface,k=1,9),i=1,nface) read (9) ((iface,k=1,9),i=1,nface)
read (9) (inn, & read (9) (inn, &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment