NiHu
2.0
|
Collocational singular integral of the 2D Helmholtz SLP kernel over a constant line element. More...
#include <helmholtz_2d_singular_collocation_integrals.hpp>
Static Public Member Functions | |
template<class wavenumber_t > | |
static std::complex< double > | eval (line_1_elem const &elem, line_1_elem::x_t const &x0, wavenumber_t const &k) |
Evaluate the integral. More... | |
Collocational singular integral of the 2D Helmholtz SLP kernel over a constant line element.
A Taylor series epansion of the kernel is integrated analytically over the element.
expansion_length | Length of the Taylor series expansion |
Definition at line 156 of file helmholtz_2d_singular_collocation_integrals.hpp.
|
inlinestatic |
Evaluate the integral.
wavenumber_t | the wave number type |
[in] | elem | the line element |
[in] | x0 | the singular point |
[in] | k | the wave number |
Definition at line 166 of file helmholtz_2d_singular_collocation_integrals.hpp.