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

WIP: New vector interpolations and mappings #798

Draft
wants to merge 144 commits into
base: master
Choose a base branch
from

Conversation

KnutAM
Copy link
Member

@KnutAM KnutAM commented Sep 23, 2023

Implements Hcurl (Nedelec) and Hdiv (RaviartThomas) interpolations and the associated mappings.
Builds on top of #764 and relies on Ferrite-FEM/Tensors.jl#205

  • Mixed (H1-H(div)) formulation for heat equation tutorial
  • Since only Triangles are included, results should be compared with temporary heat equation tutorial for triangles (Only added postprocessing and changed cell type)
  • Theoretical description of the implemented mappings in devdocs.

@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2023

Codecov Report

Attention: Patch coverage is 73.41040% with 46 lines in your changes are missing coverage. Please review.

Project coverage is 92.71%. Comparing base (58ca229) to head (714d67c).

Files Patch % Lines
src/interpolations.jl 75.21% 29 Missing ⚠️
src/FEValues/FunctionValues.jl 65.30% 17 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #798      +/-   ##
==========================================
- Coverage   93.30%   92.71%   -0.59%     
==========================================
  Files          36       36              
  Lines        5257     5452     +195     
==========================================
+ Hits         4905     5055     +150     
- Misses        352      397      +45     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

docs/src/devdocs/mapping.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for H(curl) and H(div) elements
3 participants