FEA_JOBNAME

FEA_JOBNAME can be called to obtain the name of the job.

This can be useful if you need to write any additional files during the analysis and want to use the name of the input file.

SUBROUTINE FEA_JOBNAME(JNAME)
    CHARACTER(LEN=240), INTENT(OUT) :: JNAME
ENDSUBROUTINE FEA_JOBNAME

Variables Passed In

NONE

Variables Updated

JNAME
This returns the name of the input file.