User subroutines:
A variety of utility routines are available to assist in the coding of user subroutines. You include the utility routine inside a user subroutine. When called, the utility routine will perform a predefined function or action whose output or results can be integrated into the user subroutine. Some utility routines are only applicable to particular user subroutines. For information about the abaqus make utility, which is used to create user postprocessing executables and user-defined libraries of Abaqus user subroutines, see Making User-Defined Executables and Subroutines. Most user subroutine interfaces in this guide use the Fortran language, although user subroutines can be written using the C and C++ languages. Similarly, the utility routines can be invoked from within these C and C++ user subroutines. For more information, see Writing a User Subroutine and the Knowledge Base item QA00000008005 in the Dassault Systèmes Knowledge Base at QA00000008005. |