Utility Routine Interface
PARAMETER ( MAXNELEMS = 100 ) DIMENSION JELEMLIST(MAXNELEMS),JELEMTYPE(MAXNELEMS),JGVBLOCK(*) ... NELEMS = MAXNELEMS CALL GETNODETOELEMCONN(NODE, NELEMS, JELEMLIST, JELEMTYPE, JRCD, JGVBLOCK)
ProductsAbaqus/Standard Utility Routine InterfacePARAMETER ( MAXNELEMS = 100 ) DIMENSION JELEMLIST(MAXNELEMS),JELEMTYPE(MAXNELEMS),JGVBLOCK(*) ... NELEMS = MAXNELEMS CALL GETNODETOELEMCONN(NODE, NELEMS, JELEMLIST, JELEMTYPE, JRCD, JGVBLOCK) Variables to Be Provided to the Utility Routine
Variables Returned from the Utility Routine
|