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 Vioreanu-Rokhlin quadratures #5

Merged
merged 11 commits into from
Oct 10, 2023
Merged

Add Vioreanu-Rokhlin quadratures #5

merged 11 commits into from
Oct 10, 2023

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    88eaf08 View commit details
    Browse the repository at this point in the history
  2. Add order-9 and order-11 quadratures from the modepy package -- still…

    … does not exactly integrate correct degree
    tanderson92 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f51e14a View commit details
    Browse the repository at this point in the history
  3. Add some VR tet quads

    tanderson92 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1c34daf View commit details
    Browse the repository at this point in the history
  4. Add VR tet quads

    tanderson92 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4f117fb View commit details
    Browse the repository at this point in the history
  5. Fix VR triangle quadrature order bug.

    - Table 5.1 in Vioreanu-Rokhlin 2014 SISC is incorrect for three
      specific quadratures.
    - Also, test all degrees i + j <= p, for both VR and Gauss.
    tanderson92 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2b84475 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7620b16 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Add data for Interpolation on VR Quadrature nodes.

    Actual functionality is a TODO for reference_interpolation.jl.
    tanderson92 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5a502d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09ff10e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ae931a View commit details
    Browse the repository at this point in the history
  4. Test maximal order of quadrature rules

    - FIXME: Fejer is broken!
    tanderson92 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a3028a9 View commit details
    Browse the repository at this point in the history
  5. Tweak tests

    tanderson92 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c0f7f27 View commit details
    Browse the repository at this point in the history