gauss_points#
- sectionproperties.analysis.fea.gauss_points(*, n: int) ndarray[source]#
Gaussian weights and locations for
npoint Gaussian integration of a Tri6.- Parameters:
n (int) – Number of Gauss points (1, 3, 4 or 6)
- Raises:
ValueError –
nis invalid- Returns:
An
n x 4matrix consisting of the integration weight and theeta,xiandzetalocations fornGauss points- Return type: