Hi
I am working ABAQUS subroutine USDFLD. I need to assign strength to elements, the strength and elements are saved in text, respectively.
I have two questions now:
1. I wrote a short one to see whether FORTRAN can read it, with command line"$ ifort -o Weibull Weibull.for", and it...