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

Add a higher order quadrature rule (exact up to p=10) #73

Merged

Conversation

btalamini
Copy link
Collaborator

Also: now a ValueError is emitted if a user asks for a quadrature rule precision that is above what we have implemented. Before the error was a bit obscure.

Improved the unit testing of the quadrature rules by making subtests for every polynomial degree check. This way, if the test fails, you can figure out which quadrature rules are broken.

Also: now a ValueError is emitted if a user asks for a quadrature
rule precision that is above what we have implemented. Before
the error was a bit obscure.

Improved the unit testing of the quadrature rules by making
subtests for every polynomial degree check. This way, if the test
fails, you can figure out which quadrature rules are broken.
@btalamini btalamini requested a review from tupek2 December 3, 2023 15:22
@btalamini btalamini merged commit 56b43b8 into sandialabs:main Dec 3, 2023
3 checks passed
@btalamini btalamini deleted the feature/quadrature_precision_10 branch December 3, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants