quadrature.gaussian Module

Provides the data structures for Gauss-Legendre quadrature on simplicial domains.

class pysofe.quadrature.gaussian.GaussQuadSimp(order, dimension)[source]

Provides Gauss-Legendre quadrature points and weights for standard simplicial domains in several spatial dimensions.

Parameters:
  • order (int) – The polynomial order up to which the numerical integration should be exact
  • dimension (int) – The spatial dimension up to which to provide quadrature data