ansys.mapdl.core.Mapdl.etlist#

Mapdl.etlist(ityp1='', ityp2='', inc='', **kwargs)#

Lists currently defined element types.

Mechanical APDL Command: ETLIST

Parameters:
ityp1str

Lists element types from ITYP1 to ITYP2 (defaults to ITYP1 ) in steps of INC (defaults to 1). If ITYP1 = ALL (default), ITYP2 and INC are ignored and all element types are listed.

ityp2str

Lists element types from ITYP1 to ITYP2 (defaults to ITYP1 ) in steps of INC (defaults to 1). If ITYP1 = ALL (default), ITYP2 and INC are ignored and all element types are listed.

incstr

Lists element types from ITYP1 to ITYP2 (defaults to ITYP1 ) in steps of INC (defaults to 1). If ITYP1 = ALL (default), ITYP2 and INC are ignored and all element types are listed.

Notes

This command is valid in any processor.