extrapolate_to_nodes#

sectionproperties.analysis.fea.extrapolate_to_nodes(w: npt.NDArray[np.float64]) npt.NDArray[np.float64][source]#

Extrapolates results at six Gauss points to the six nodes of a Tri6 element.

Parameters:

w (npt.NDArray[np.float64]) – Results at the six Gauss points, of size [1 x 6]

Returns:

Extrapolated nodal values at the six nodes, of size [1 x 6]

Return type:

npt.NDArray[np.float64]