extrapolate_to_nodes#

sectionproperties.analysis.fea.extrapolate_to_nodes(w: np.ndarray) np.ndarray[source]#

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

Parameters:

w (np.ndarray) – 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:

np.ndarray