Skip to content

Commit e8ae1a2

Browse files
committed
move singular quadrature code to SingularIntegration
1 parent 43069ad commit e8ae1a2

6 files changed

Lines changed: 1 addition & 405 deletions

File tree

src/Integration/Integration.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ singular integration routines useful for (weakly) singular integrands.
77

88
include("quadrulestables.jl")
99
include("quadrule.jl")
10-
include("singularityhandler.jl")
11-
include("singularquadrule.jl")

src/Integration/quadrulestables.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const GAUSS_QRULES = Dict(
7373
)
7474

7575
"""
76-
_get_qnodes_and_qweights(R::Type{<:AbstractReferenceShape{D}}, N) where D
76+
_get_gauss_and_qweights(R::Type{<:AbstractReferenceShape{D}}, N) where D
7777
7878
Returns the `N`-point symmetric gaussian qnodes and qweights `(x, w)` for integration over `R`.
7979
"""

src/Integration/singularityhandler.jl

Lines changed: 0 additions & 197 deletions
This file was deleted.

src/Integration/singularquadrule.jl

Lines changed: 0 additions & 102 deletions
This file was deleted.

test/Integration/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ using Test
22
using SafeTestsets
33

44
@safetestset "Quadrature rules" begin include("quadrule_test.jl") end
5-
6-
@safetestset "Singular quadrature rules" begin include("singularquadrule_test.jl") end

0 commit comments

Comments
 (0)