Skip to content
Discussion options

You must be logged in to vote

Updated. @jatkinson1000 @TomMelt .
Fortunately, I have successfully solved the above problem with the help of Deepseek and Gemini.
The main question is that ABAQUS could not recognize the upperclass word in the function name, therfore, we need to manually add the /names:lowercase to the build option for FTorch.
For example, we could use dumpbin to extract the function name in FTorch.lib:
dumpbin /exports "D:\FTorch_install\lib\ftorch.lib" > ftorch_exports.txt
If we use the default build option for FTorch, the corresponding function names are:

However, if we add the the /names:lowercase to the build option for FTorch:

Obviously, the latter names could be found by ABAQUS.
Then, the code w…

Replies: 6 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Fengyixin-research
Comment options

Comment options

You must be logged in to vote
6 replies
@jatkinson1000
Comment options

@TomMelt
Comment options

@Fengyixin-research
Comment options

@jatkinson1000
Comment options

@Fengyixin-research
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jatkinson1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #470 on January 05, 2026 08:55.