concreteproperties.utils.gauss_points#

gauss_points(n: float) List[List[float]][source]#

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

Parameters

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

Returns

An n x 3 matrix consisting of the integration weight and the xi and eta locations for n Gauss points

Return type

List[List[float]]