nodal_values#

PostProcessing.nodal_values(item, comp='')[source]#

Obtain the nodal values for a given item and component.

This method uses Mapdl.get_array()<ansys.mapdl.core.Mapdl.get_array()

Parameters:
itemstr

Label identifying the item.

compstr, optional

Component of the item if applicable.

Returns:
numpy.ndarray

Numpy array containing the requested element values for the given item and component.

Return type:

ndarray

Notes

Please reference your Ansys help manual *VGET command tables for all the available *VGET values.