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

Wedge Support #581

Merged
merged 46 commits into from
Mar 17, 2023
Merged

Wedge Support #581

merged 46 commits into from
Mar 17, 2023

Commits on Mar 15, 2023

  1. Implement linear prism interpolation.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b0ca456 View commit details
    Browse the repository at this point in the history
  2. Add quadrature rule and grid generator for prism/wedge elements.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a51f8c1 View commit details
    Browse the repository at this point in the history
  3. Fix errors related to dof distribution of linear wedges.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b4bb6c9 View commit details
    Browse the repository at this point in the history
  4. Fix faulty assumption in BCValues.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    94ce1e5 View commit details
    Browse the repository at this point in the history
  5. Fix cellcache

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e034306 View commit details
    Browse the repository at this point in the history
  6. Fix quadrature rule with on epoint for prism.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e6c37b7 View commit details
    Browse the repository at this point in the history
  7. Fix VTK export.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    83abd01 View commit details
    Browse the repository at this point in the history
  8. Fix faulty face assignment in wedge grid generator.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3389b4b View commit details
    Browse the repository at this point in the history
  9. Fix boundary value assignment for elements with mixed faces.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2e5081c View commit details
    Browse the repository at this point in the history
  10. Temporarily remove quintic triangles from tests, because their evalua…

    …tion is unstable.
    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    dee4ed8 View commit details
    Browse the repository at this point in the history
  11. Derp.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    702b1dd View commit details
    Browse the repository at this point in the history
  12. Add first parts for quadratic wedge.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    408f614 View commit details
    Browse the repository at this point in the history
  13. Improved test coverage for interpolations and related changes.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c0b117a View commit details
    Browse the repository at this point in the history
  14. Put back Lagrange 5 triangle into tests and mark broken test.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ba383f6 View commit details
    Browse the repository at this point in the history
  15. Remove from test again for Julia 1.6 support.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d5d2e7b View commit details
    Browse the repository at this point in the history
  16. Introduce new dof api and extend tests to capture the most important …

    …invariants.
    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7a9cf95 View commit details
    Browse the repository at this point in the history
  17. Update dofhandler.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    958c7a8 View commit details
    Browse the repository at this point in the history
  18. Update deprecations.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f60c1d7 View commit details
    Browse the repository at this point in the history
  19. Fix dof handler and make shells work again.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    38190e4 View commit details
    Browse the repository at this point in the history
  20. Fix mixed dof handler.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9d5c38f View commit details
    Browse the repository at this point in the history
  21. Put back the faulty assumption about edges=faces and leave it for ano…

    …ther PR... Only constraint handler has to be fixed now.
    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a30a015 View commit details
    Browse the repository at this point in the history
  22. Tests, again.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f978b45 View commit details
    Browse the repository at this point in the history
  23. Fix wrong dofs on faces.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    22bc11c View commit details
    Browse the repository at this point in the history
  24. Fix faulty quadrature point.

    termi-official authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b851391 View commit details
    Browse the repository at this point in the history
  25. Changelog.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    85f0608 View commit details
    Browse the repository at this point in the history
  26. Some cleanup.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c2af79d View commit details
    Browse the repository at this point in the history
  27. Apply suggestions from code review

    Co-authored-by: Knut Andreas Meyer <knutam@gmail.com>
    2 people authored and Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1df8269 View commit details
    Browse the repository at this point in the history
  28. Update src/interpolations.jl

    Co-authored-by: Knut Andreas Meyer <knutam@gmail.com>
    Dennis Ogiermann and KnutAM committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1238ee1 View commit details
    Browse the repository at this point in the history
  29. Fix deprectaion.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6211a9f View commit details
    Browse the repository at this point in the history
  30. Extend docs about adding vectorizations of scalar-valued interpolatio…

    …ns to the dof handler.
    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    641112a View commit details
    Browse the repository at this point in the history
  31. Add Lagrange prism to docs.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    06dfd4f View commit details
    Browse the repository at this point in the history
  32. Fix deprecation warning.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    bb63aef View commit details
    Browse the repository at this point in the history
  33. Fix edge dof elimination.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6348d38 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9f37e8f View commit details
    Browse the repository at this point in the history
  35. Roll back hotfix for shell.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    82721cb View commit details
    Browse the repository at this point in the history
  36. Remove some allocations.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    92ba486 View commit details
    Browse the repository at this point in the history
  37. Update devdocs to new system.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    400ffba View commit details
    Browse the repository at this point in the history
  38. Fix faulty rebase.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    41fecfd View commit details
    Browse the repository at this point in the history
  39. Fixing interpolation devdocs.

    Dennis Ogiermann committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3e7989b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    46ad66d View commit details
    Browse the repository at this point in the history
  2. Changelog fixes

    fredrikekre committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    d5e4f8d View commit details
    Browse the repository at this point in the history
  3. misc

    fredrikekre committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    e69fff2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e17830b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb54dc5 View commit details
    Browse the repository at this point in the history
  6. fix test|

    fredrikekre committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    afc143b View commit details
    Browse the repository at this point in the history
  7. fix test again

    fredrikekre committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    70a9c8a View commit details
    Browse the repository at this point in the history