concreteproperties.utils.gauss_points#

gauss_points(n)[source]#

Returns the Gaussian weights and locations for n point Gaussian integration of a linear triangular element.

Parameters

n (float) – Number of Gauss points (1, 3 or 6)

Returns

List[List[float]] – An n x 3 matrix consisting of the integration weight and the xi and eta locations for n Gauss points