Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Abaqus API

Status
Not open for further replies.

Timusop

Mechanical
Joined
Sep 23, 2011
Messages
58
Location
GB
Hello all,

1) Does anyone know if and where I can get hold of the Abaqus API (Application programming interface) for Fortran. Someone suggested this may help me solve some uninitialized memory read problems that I am having with my subroutines.

2) Does anyone use any good debuggers for helping to find issues with there subroutines?

Really appreciate your input. Thanks.
 
see help, subroutines.
you don't need the api for that. uninit memory read usually happens when you don't declare variables, but just use them.

paste the code also here.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top