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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

UAMP subroutine

Status
Not open for further replies.

Georg12

Civil/Environmental
Joined
Feb 1, 2018
Messages
2
Location
GB
Hello everyone,

I am using a Fortran subroutine in Abaqus (UAMP) to calculate multiple amplitudes. Each amplitude has a different name (for example LA_P1_S1) so Fortran can distinguish the amplitudes and do the appropriate calculations (using if ampName(1:8) .eq. 'LA_P1_S1' then..). The subroutine works fine but when the number of amplitudes increase (they could be around 10000) then the computational time increases to a level that it is not possible to solve the problem. Could you please advise me whether there is a way to make the subroutine more efficient?

Many thanks,
Konstantinos
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top