JuliaApproximation / DomainSets.jl

A Julia package for describing domains as continuous sets of elements
MIT License
72 stars 12 forks source link

implement boundary and normal of domain #84

Closed daanhb closed 3 years ago

daanhb commented 3 years ago

This is a work in progress to address #83

codecov[bot] commented 3 years ago

Codecov Report

Merging #84 (4e40045) into master (31b29a2) will decrease coverage by 1.39%. The diff coverage is 71.62%.

:exclamation: Current head 4e40045 differs from pull request most recent head 6716483. Consider uploading reports for the commit 6716483 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   86.20%   84.80%   -1.40%     
==========================================
  Files          29       30       +1     
  Lines        2196     2376     +180     
==========================================
+ Hits         1893     2015     +122     
- Misses        303      361      +58     
Impacted Files Coverage Δ
src/DomainSets.jl 100.00% <ø> (ø)
src/applications/coordinates.jl 0.00% <0.00%> (ø)
src/domains/indicator.jl 93.54% <0.00%> (-3.12%) :arrow_down:
src/domains/trivial.jl 92.98% <0.00%> (-7.02%) :arrow_down:
src/maps/composite.jl 64.61% <0.00%> (-0.51%) :arrow_down:
src/domains/simplex.jl 67.90% <3.70%> (-32.10%) :arrow_down:
src/domains/levelset.jl 95.58% <25.00%> (-4.42%) :arrow_down:
src/maps/affine.jl 82.40% <33.33%> (-0.60%) :arrow_down:
src/domains/interval.jl 94.41% <38.46%> (-4.39%) :arrow_down:
src/domains/ball.jl 97.32% <57.14%> (-1.11%) :arrow_down:
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 31b29a2...6716483. Read the comment docs.