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...
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...