You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing multiscale computation, so I need to call microscale ABAQUS Python in ABAQUS UMAT. And UMAT is usually written in Fortran, however, ABAQUS Python is a modified Python which could not be regarded as normal Python interpretor, the standard calling might not work well.
Is there any way to fix this problem?
The text was updated successfully, but these errors were encountered:
Interesting question, unfortunately I am not familiar with ABAQUS. Maybe someone with knowledge of ABAQUS internals can help?
If you have a cpython distribution in an unusual location, you would need to locate libpythonX.Y.so to link against it.
Probably you would also have to set the PYTHONHOME environment variable to the path to the Python distribution.
I'm doing multiscale computation, so I need to call microscale ABAQUS Python in ABAQUS UMAT. And UMAT is usually written in Fortran, however, ABAQUS Python is a modified Python which could not be regarded as normal Python interpretor, the standard calling might not work well.
Is there any way to fix this problem?
The text was updated successfully, but these errors were encountered: