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

Support Gauss points in elliptic DG schemes #5608

Merged
merged 7 commits into from
Nov 2, 2023

Commits on Nov 1, 2023

  1. Fix static cache of max num points

    The `CacheRange` end is exclusive.
    nilsvu committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    5328a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41430f7 View commit details
    Browse the repository at this point in the history
  3. Add some more docs

    nilsvu committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7d60699 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d3c38a View commit details
    Browse the repository at this point in the history
  5. Add 'Quadrature' option to elliptic domains

    Support for Gauss quadrature is added in the next commit.
    nilsvu committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    5177e18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b226b13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c0a5e4 View commit details
    Browse the repository at this point in the history