nodal_values#
- PostProcessing.nodal_values(item, comp='')#
Obtain the nodal values for a given item and component.
This method uses
Mapdl.get_array()<ansys.mapdl.core.Mapdl.get_array()
- Parameters:
- Returns:
numpy.ndarray
Numpy array containing the requested element values for the given item and component.
- Return type:
Notes
Please reference your Ansys help manual
*VGET
command tables for all the available*VGET
values.