idaapm
Mechanical
- Mar 11, 2013
- 8
Hi everyone,
I've recently started to implement an UMAT in Fortran to use with Abaqus/standard. I'm fairly new in this topic and I'm struggling with some issues related with variables initialization.
My questions are:
- Do I have to declare and initialize all the variables I use within the code?
- What does the statement "IMPLICIT DOUBLE PRECISION(A-H,O-Z" exactly means?
I used the above statement in my subroutine interface and I got the following error: "ABA_PARAM.INC(1): error #6214: The same letter must not appear as a single letter or be included in a range of letters more than once in all IMPLICIT statements in a scoping unit." What does this means?
Thanks!
I've recently started to implement an UMAT in Fortran to use with Abaqus/standard. I'm fairly new in this topic and I'm struggling with some issues related with variables initialization.
My questions are:
- Do I have to declare and initialize all the variables I use within the code?
- What does the statement "IMPLICIT DOUBLE PRECISION(A-H,O-Z" exactly means?
I used the above statement in my subroutine interface and I got the following error: "ABA_PARAM.INC(1): error #6214: The same letter must not appear as a single letter or be included in a range of letters more than once in all IMPLICIT statements in a scoping unit." What does this means?
Thanks!