ExtendableGrids.jl icon indicating copy to clipboard operation
ExtendableGrids.jl copied to clipboard

RefinementRules to merge uniform_refine, barycentric_refine and spit_into functions

Open chmerdon opened this issue 2 years ago • 1 comments
trafficstars

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.

chmerdon avatar Jun 15 '23 09:06 chmerdon

Codecov Report

Patch coverage: 68.30% and project coverage change: -1.87 :warning:

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

:exclamation: 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%) :arrow_down:

... and 2 files with indirect coverage changes

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

codecov-commenter avatar Jun 15 '23 11:06 codecov-commenter