Set the result data location for the displayed contour results.
hplot.resultlocation(value)
hplot.resultlocation('centroidal')
RESULTLOCATION sets the result data location for the displayed contour results.
VALUE is the result location value. Valid choices are
Value | Meaning |
'centroidal' | Element centroidal |
'mean' | Element nodal average |
'min' | Element nodal maximum |
'max' | Element nodal minimum |
'absmax' | Element nodal absolute maximum |