If you are referring to the notes in the quick reference guide I think it gives a poor explanation of the three methods I should have mentioned the notes I am referring to were obtained from the MSC site. I have attaced the notes bellow, let me know what you think.
Thanks for your contribution
"What is the difference between the three corner outputs, BILINEAR, CUBIC and SGAGE? (bilin,
cubic, sgage)
Answer: BILINEAR is the default CORNER method. This method uses the results at the gauss points
to create a linear function that is then used to extrapolate the results
out to the grid points. In the case of a linear varying moment in an cantilevered
beam engineering model, since the QUAD4 element is an almost constant strain
curvature element, the gauss results are constant curvature in each element,
thus the linear function is a constant curvature for each element, thus the CORNER
strain curvatures are constant in an element. In the cantilevered beam problem,
corner stress output using the bilinear method will cause a step function
from the cantilever point to the load application point, which is obviously a
coarse approximation of the correct linear stress distribution of the engineering model.
The CUBIC method works from the grid displacements. It uses the grid displacements
and rotations to curve-fit a cubic equation to develop the element strain/curvature
distribution. In the case of a linear varying moment in the cantilevered
beam engineering model, since the grid point rotations vary across the element,
the curve fit gives gives the correct engineering result of a linearly varying
strain curvature across the element, which translates to a linear varying stress.
The SGAGE method is similar to the CUBIC method in that grid displacements are used,
but in-plane strains and curvatures are calculated independently. First strains
are calculated in the u and v and diagonal uv directions at each grid point.
The state of in-plane strain at the grid point is calculated using rosette strain
gauge equations. Grid strain curvatures are done similarly. The resulting
grid point strain and curvature states can then be changed to forces and stresses
at the grid points. The BILINEAR option is the default because it is more stable in all cases, but as is
shown in the linearly varying moment case, it can much less accurate than the
CUBIC method. The CUBIC option is very accurate if the mesh is fine enough to
give accurate displacements. However, coarse meshes can cause the cubic curve-fit
to be more inaccurate than the BILINEAR technique. The SGAGE technique is similar to the CUBIC method, but not as accurate. Testing indicates
it may be obsolete."