-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a higher order quadrature rule (exact up to p=10)
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.
- Loading branch information
Showing
2 changed files
with
63 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters