ansys.mapdl.core.Mapdl.nsvr#

Mapdl.nsvr(itype='', nstv='', **kwargs)#

Defines the number of variables for user-programmable element options.

Mechanical APDL Command: NSVR

Parameters:
itypestr

Element type number as defined on the et command.

nstvstr

Number of extra state variables to save (must be no more than 840).

Notes

Defines the number of extra variables that need to be saved for user-programmable (system-dependent) element options, for example, material laws through user subroutine USERPL. ITYPE must first be defined with the et command.