Conversation
ca416e9 to
f70fc60
Compare
There was a problem hiding this comment.
Pull request overview
Fixes the reported Lobatto quadrature exactness metadata (gh-162) by correcting the documented/published degree of exactness to align with the standard Gauss–Lobatto formula for N+1 nodes.
Changes:
- Update
JacobiGaussLobattoQuadraturedocstring exactness from2N-3to2N-1. - Update the
exact_tovalue passed to theQuadraturebase class from2N-3to2N-1.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Closes gh-162
f70fc60 to
66c5676
Compare
There was a problem hiding this comment.
Pull request overview
This PR fixes the reported polynomial exactness for the Jacobi/Legendre Gauss–Lobatto quadrature rules (gh-162) by correcting the documented and exported exact_to degree to match the standard Lobatto formula for N+1 nodes.
Changes:
- Update Gauss–Lobatto exactness documentation from :math:
2N-3to :math:2N-1for N+1 nodes. - Update
JacobiGaussLobattoQuadratureto reportexact_to = 2*N - 1via the baseQuadratureinitializer.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Closes gh-162