Product: ABAQUS/Standard
Utility routine GETNODETOELEMCONN can be called from user subroutine UMESHMOTION to retrieve a list of elements connected to a specified node.
DIMENSION JELEMLIST(*),JELEMTYP(*),JGVBLOCK(*) ... CALL GETNODETOELEMCONN(NODE, NELEMS, JELEMLIST, JELEMTYPE, JRCD, JGVBLOCK)
NODE
User node number.
JGVBLOCK
Variable that must be passed into the GETNODETOELEMCONN utility routine. This variable is available in user subroutine UMESHMOTION for this purpose.
JELEMLIST
Array of element numbers for elements connected to NODE. The list will contain elements only in adaptive mesh domains active in the step as well as any contact elements associated with the domain.
JELEMTYPE
Array describing the element types for each element entry in JELEMLIST.
JELEMTYPE entries.
1 indicates a solid element.
2 indicates a contact element.
NELEMS
Length of JELEMLIST.
JRCD
Return code (0 – no error, 1 – output request error or all components of output request are zero).