You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now only one quadrature is supported (Gauss-Legendre) and there is no easy way to use any other. In some situations, we would like to use some spline-specific quadratures, e.g. optimal rules of Calo & Barton
Furthermore, the quadrature implementation is messy (way too high degree available, way too many digits in weights and points).
The text was updated successfully, but these errors were encountered:
Right now only one quadrature is supported (Gauss-Legendre) and there is no easy way to use any other. In some situations, we would like to use some spline-specific quadratures, e.g. optimal rules of Calo & Barton
Furthermore, the quadrature implementation is messy (way too high degree available, way too many digits in weights and points).
The text was updated successfully, but these errors were encountered: