ProductsAbaqus/StandardAbaqus/Explicit GETPARTINFO and VGETPARTINFO (obtain part instance information given global node/element number)Utility routine interface CHARACTER*80 CPNAME
...
CALL GETPARTINFO(INTNUM, JTYP, CPNAME, LOCNUM, JRCD)
or
CALL VGETPARTINFO(INTNUM, JTYP, CPNAME, LOCNUM, JRCD)
Variables to be provided to the utility routine
Variables returned from the utility routine
GETINTERNAL and VGETINTERNAL (obtain global node/element number given part instance information )Utility routine interface CHARACTER*80 CPNAME
...
CALL GETINTERNAL(CPNAME, LOCNUM, JTYP, INTNUM, JRCD)
or
CALL VGETINTERNAL(CPNAME, LOCNUM, JTYP, INTNUM, JRCD)
Variables to be provided to the utility routine
Variables returned from the utility routine
|