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 Linear Basis function #106

Merged
merged 4 commits into from
Sep 21, 2023

Commits on Sep 8, 2023

  1. Add innerintegrals! function for HH3D Operators

    This allows a singularity extraction strategy for the doublelayer, doublelayertransposed
    and hypersingular operator for triangles close together (for specific pairings of patch and pyramid functions).
    paresula committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    37fef17 View commit details
    Browse the repository at this point in the history
  2. Adapt SauterSchwab and Wilton ints for HH3D

    Added functions so that all combinations of patch and pyramid functions can be used
    with Sauter integrals for the common face/edge/certex case and a singularity extraction
    rule for the near singular case.
    
    Not clear why DoubleQuadStrat performs better for common vertex than
    singularity extraction. For triangles close together singularity extraction
    appears to perform better as is expected.
    paresula committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    aee84fa View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    db38029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84aefd9 View commit details
    Browse the repository at this point in the history