FEAPpv is probably having difficulty reading the lines with all the .... - how are you reading them?
Hi Prof. Taylor
Thanks for your reply, but from the output file it looks like the FRAPpv read material properties successfully.
The lines below is the head of my subroutine to read the inputs.
Regards,
Xuan
C--------------------------------------------------------------------PARCR
subroutine parcr (cdata,rdata,ic,ir,ifile,errflg)
c.... This subroutine parses command lines and
c translates the line into word strings and real data
implicit none
integer nspec,nnum,nalpha
parameter (nspec=2,nnum=16,nalpha=26)
integer item,ir,ic,ifile,i,j,k,l,nc,ni,nr,ns,iexp,nexp
integer int,incr
character alpha*26,num*16,spec(nspec)*1,line*160
character cdata(ic)*4
real*8 rdata(ir),rtem,fac
logical cflag,iflag,rflag,errflg
save
________________________________________________________
I also tried with the user element and input example provided by Pro.Govindjee:
http://www.ce.berkeley.edu/~sanjay/FEAP/elmt40_lysmer.f and
http://www.ce.berkeley.edu/~sanjay/FEAP/Ibariwhich gives me same error.
Regards,
Xuan