Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve implementation of quadratures #28

Open
marcinlos opened this issue Jun 30, 2021 · 1 comment
Open

Improve implementation of quadratures #28

marcinlos opened this issue Jun 30, 2021 · 1 comment
Assignees

Comments

@marcinlos
Copy link
Owner

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).

@marcinlos marcinlos self-assigned this Jun 30, 2021
@marcinlos
Copy link
Owner Author

Partially addressed in f43060e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant