Hi,
I've got two user subrutines implemented in FORTRAN. One is to describe an element (*UEL) and other to describe a material (*UMAT).
Somebody knows how can I call two user subrutines on abaqus command line?
I know how with one, doing this:
> abaqus j=input_file user=fortran_file.for
And...