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

RefinementRules to merge uniform_refine, barycentric_refine and spit_into functions #26

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

Conversation

chmerdon
Copy link
Member

Merges refine_uniform, refine_barycentric and split_into function into one function based on new RefinementRule type, also adding new uniform refinement types of triangles suitable for quadratic and cubic Lagrange interpolations.

@codecov-commenter
Copy link

codecov-commenter commented Jun 15, 2023

Codecov Report

Patch coverage: 68.30% and project coverage change: -1.87 ⚠️

Comparison is base (cf00976) 71.51% compared to head (7f4d67b) 69.65%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   71.51%   69.65%   -1.87%     
==========================================
  Files          24       24              
  Lines        3532     3572      +40     
==========================================
- Hits         2526     2488      -38     
- Misses       1006     1084      +78     
Impacted Files Coverage Δ
src/ExtendableGrids.jl 100.00% <ø> (ø)
src/meshrefinements.jl 78.79% <68.30%> (-15.08%) ⬇️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@chmerdon chmerdon changed the title new type RefinementRule to combine split_into, uniform and barycentri… RefinementRules to merge uniform_refine, barycentric_refine and spit_into functions Jun 16, 2023
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.

2 participants