I am using Abaqus 2018 with Intel Parallel Studio XE 2018 and Microsoft Visual Studio 2017. I am getting an error saying
" Problem during linking - Abaqus/Standard User Subroutines. This error may be due to a mismatch in the Abaqus user subroutine arguments. These arguments sometimes change...
Can someone explain me in detail about the code below. the use of dot and meaning od GE etc
IF(((COORDS(1).GE.-50.0.and.COORDS(1).LE.50.0)).OR.
1((COORDS(1).GE.1778.8.and.COORDS(1).LE.1878.8)))THEN
How can i transfer the end member forces from its local axis to its global axis? the local axis is also inclined at some random angle to its global axis and i have around 2000 member so it will be difficult for me to resolve them separately. Kindly help me out.