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

Macro Finite-Elements #1024

Open
wants to merge 50 commits into
base: master
Choose a base branch
from
Open

Macro Finite-Elements #1024

wants to merge 50 commits into from

Conversation

JordiManyer
Copy link
Member

@JordiManyer JordiManyer commented Aug 25, 2024

This PR adds support for Macro Finite Elements, as part of the Adaptivity module.

Also adds quite a lot of topological functionality to RefinementRules, to extract the relationships between fine and coarse faces within a refinement.

@JordiManyer JordiManyer added the enhancement New feature or request label Aug 25, 2024
@JordiManyer JordiManyer self-assigned this Aug 25, 2024
Copy link

codecov bot commented Aug 25, 2024

Codecov Report

Attention: Patch coverage is 87.90123% with 98 lines in your changes missing coverage. Please review.

Project coverage is 88.24%. Comparing base (e597b09) to head (15b313a).

Files with missing lines Patch % Lines
src/Adaptivity/MacroFEs.jl 86.10% 41 Missing ⚠️
src/Adaptivity/RefinementRules.jl 90.18% 27 Missing ⚠️
src/Adaptivity/CompositeQuadratures.jl 54.54% 10 Missing ⚠️
src/Adaptivity/FineToCoarseFields.jl 87.69% 8 Missing ⚠️
src/MultiField/MultiFieldFEFunctions.jl 14.28% 6 Missing ⚠️
src/ReferenceFEs/LagrangianDofBases.jl 0.00% 3 Missing ⚠️
src/Adaptivity/EdgeBasedRefinement.jl 96.22% 2 Missing ⚠️
src/CellData/CellFields.jl 87.50% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #1024    +/-   ##
========================================
  Coverage   88.23%   88.24%            
========================================
  Files         179      180     +1     
  Lines       22593    23240   +647     
========================================
+ Hits        19936    20507   +571     
- Misses       2657     2733    +76     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant