LudwigBoess / SPHKernels.jl

Julia implementation of some common SPH kernels
MIT License
10 stars 0 forks source link

Gradient div curl #21

Closed LudwigBoess closed 2 years ago

LudwigBoess commented 2 years ago

adresses #15

codecov[bot] commented 2 years ago

Codecov Report

Merging #21 (ea5974a) into roadmap_to_2_0 (dfd5ecb) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff                @@
##           roadmap_to_2_0       #21   +/-   ##
================================================
  Coverage          100.00%   100.00%           
================================================
  Files                   7        11    +4     
  Lines                 236       304   +68     
================================================
+ Hits                  236       304   +68     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/SPHKernels.jl 100.00% <100.00%> (ø)
src/sph_functions/curl.jl 100.00% <100.00%> (ø)
src/sph_functions/div.jl 100.00% <100.00%> (ø)
src/sph_functions/gradient.jl 100.00% <100.00%> (ø)
src/sph_functions/quantity.jl 100.00% <100.00%> (ø)
src/wendland/C2.jl 100.00% <0.00%> (ø)
src/wendland/C4.jl 100.00% <0.00%> (ø)
src/wendland/C8.jl 100.00% <0.00%> (ø)
src/bsplines/Cubic.jl 100.00% <0.00%> (ø)
... and 1 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 dfd5ecb...ea5974a. Read the comment docs.