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
|