Thanks for your reply. Yes, upgrading is something that is on my mind for a while now.
But apart from that, I already saw someone else's question about the DOFs and the line wrapping and have done it in my code as well. One of the things that I found in the 'M' file is that for 14 and higher DOFs, the line corresponding to the material writes wierdly. For eg. I am using elment 33 and 34, where 33 works perfectly and I use the same definitions for 34 just with the difference of element number.
mate 1
user,33
33,0,0,nt,0,3
mu,lm,2222.0,nI,K1 !muhI,lambdahI,rhohIRt0,nhIt0,KhIt0I
and
mate 1
user,34
34,0,0,nt,0,3
mu,lm,2222.0,nI,K1 !muhI,lambdahI,rhohIRt0,nhIt0,KhIt0I
And the resulting M files write
MATErial 1
user 33 0 0 0 0 0 0 0 0 0
33,0,0,nt,0,3
mu,lm,2222.0,nI,K1
and
34,0,0,nt,0,3
MATErial 1
user 34 34 0 0 1 0 3 0 0 0 0 0 0 0 0
0 0 0 0
mu,lm,2222.0,nI,K1
and also the output files as shown in the images.
Could you comment on this?
Thanks