Skip to content

Commit

Permalink
removed sph functions (handled in #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
LudwigBoess committed Sep 10, 2021
1 parent da99eae commit 9ff66df
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 128 deletions.
3 changes: 0 additions & 3 deletions src/SPHKernels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module SPHKernels

export kernel_value, 𝒲,
kernel_deriv, d𝒲,
kernel_gradient, ∇𝒲,
bias_correction, δρ,
AbstractSPHKernel,
Cubic,
Expand All @@ -30,8 +29,6 @@ module SPHKernels
include("wendland/C4.jl")
include("wendland/C6.jl")
include("wendland/C8.jl")
include("sph_functions/gradients.jl")

# multiple dispatch for nicer look

"""
Expand Down
Empty file removed src/sph_functions/divergence.jl
Empty file.
95 changes: 0 additions & 95 deletions src/sph_functions/gradients.jl

This file was deleted.

30 changes: 0 additions & 30 deletions src/sph_functions/rotations.jl

This file was deleted.

0 comments on commit 9ff66df

Please sign in to comment.