Hello everyone,
I want to use a user defined element in explicit (VUEL) to run some cyclic tests. I retrieved the code from a technical report and I'm facing some trouble in implementing it. Specifically, I can't get the .msg file to print so I can debug the errors/warnings from the VUEL. From my brief search, I understand that I have to add couple of lines of code to the original VUEL for it to print the .msg file. I'm fairly a beginner in coding with fortran so any help will be greatly appreciated. Therefore does anyone have any experience in printing the .msg file from a VUEL? I understand that it involves the write statement and unit number 64 for explicit?