_Element1D.plot_stress_distribution

_Element1D.plot_stress_distribution(step, end='end_1', nx=100, ny=100, *args, **kwargs)[source]

Plot the stress distribution along the element.

Parameters:
stepcompas_fea2.model.Step

The step to which the element belongs.

endstr

The end of the element to plot the stress distribution. Can be ‘start’ or ‘end’.

nxint

Number of points along the x axis.

nyint

Number of points along the y axis.

*argslist

Additional arguments to pass to the plot function.

**kwargsdict

Additional keyword arguments to pass to the plot function.