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

Feature/enable mixed helmholtz discretizations #125

Merged

Commits on Mar 24, 2024

  1. Correct momintegration on mixed dual-primal test and trial combinations

    Currently, mixed discretizations, at least with the scalar primal and dual
    functions for Helmholtz-type operators are not working due to wrong hardcoded
    loop boundaries.
    
    This is now fixed by using the number of shape functions.
    sbadrian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    4390322 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Allow interpolatory dual piecewise constant basis functions

    These can be useful for mixed discretization of Helmholtz3D
    type of integral equations.
    sbadrian committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    aa4460d View commit details
    Browse the repository at this point in the history
  2. Add unit test for mixed discretizations

    Overall, the observed error is comparable to the standard discretizations.
    
    Note, however, that it might be useful (TODO) adding unit tests for
    individual matrix element assemblies.
    sbadrian committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b914087 View commit details
    Browse the repository at this point in the history