Hello,
I wish to use the allocatable arrays (see Subroutines manual, sec. 2.1.23) in relation to my previous question.
In analogy with the file 'vuamp_rigmultimech_vexternaldb.f', found in the job archive, I am trying the following bit of code for my VUMAT:
http://studwww.ugent.be/~jpelfren/allarray.txt
The file can be compiled at all times and linked with Abaqus.
When trying to acces the array from within the vumat (line 12, '*' removed), the package.exe aborts with an error 'LoadLibraryA error 193'.
If this line is commented (with the '*'), there is no problem and Abaqus/Explicit can run and complete (a dummy simulation).
But I do need to access and be able to modify the 'lStatusArray' from within the vumat.
Does anyone have an idea which mistake I made and how it can be solved?
It all seems to be consistent with the example file and with the manual.
Regards.