LudwigBoess / SPHKernels.jl

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

Par structs #10

Closed LudwigBoess closed 3 years ago

LudwigBoess commented 3 years ago

significant performance improvements

codecov[bot] commented 3 years ago

Codecov Report

Merging #10 (eb77e13) into master (55f0ba1) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         7    +4     
  Lines          326       383   +57     
=========================================
+ Hits           326       383   +57     
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% <ø> (ø)
src/bsplines/Cubic.jl 100.00% <100.00%> (ø)
src/bsplines/Quintic.jl 100.00% <100.00%> (ø)
src/wendland/C2.jl 100.00% <100.00%> (ø)
src/wendland/C4.jl 100.00% <100.00%> (ø)
src/wendland/C6.jl 100.00% <100.00%> (ø)
src/wendland/C8.jl 100.00% <100.00%> (ø)
... and 3 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 55f0ba1...eb77e13. Read the comment docs.