ansys.mapdl.core.Mapdl.elist#

Mapdl.elist(iel1='', iel2='', inc='', nnkey='', rkey='', **kwargs)#

Lists the elements and their attributes.

Mechanical APDL Command: ELIST

Parameters:
iel1str

Lists elements from IEL1 to IEL2 (defaults to IEL1 ) in steps of INC (defaults to 1). If IEL1 = ALL (default), IEL2 and INC are ignored and all selected elements ( esel ) are listed. If IEL1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted for IEL1 ( IEL2 and INC are ignored).

iel2str

Lists elements from IEL1 to IEL2 (defaults to IEL1 ) in steps of INC (defaults to 1). If IEL1 = ALL (default), IEL2 and INC are ignored and all selected elements ( esel ) are listed. If IEL1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted for IEL1 ( IEL2 and INC are ignored).

incstr

Lists elements from IEL1 to IEL2 (defaults to IEL1 ) in steps of INC (defaults to 1). If IEL1 = ALL (default), IEL2 and INC are ignored and all selected elements ( esel ) are listed. If IEL1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted for IEL1 ( IEL2 and INC are ignored).

nnkeyint or str

Node listing key:

  • 0 - List attribute references and nodes.

  • 1 - List attribute references but not nodes.

rkeyint or str

Real constant listing key:

  • 0 - Do not show real constants for each element.

  • 1 - Show real constants for each element. This includes default values chosen for the element.

Notes

Lists the elements with their nodes and attributes (MAT, TYPE, REAL, ESYS, SECNUM, PART). See also the laylist command for listing layered elements.

This command is valid in any processor.