NiHu
2.0
|
Collocational singular integral of the 3D Helmholtz SLP kernel over a constant planar element. More...
#include <helmholtz_3d_singular_integrals.hpp>
Static Public Member Functions | |
template<class elem_t , class wavenumber_t > | |
static std::complex< double > | eval (elem_t const &elem, typename elem_t::x_t const &x0, wavenumber_t const &k) |
Evaluate the integral. More... | |
Collocational singular integral of the 3D Helmholtz SLP kernel over a constant planar element.
order | the quadrature order of the regular (dynamic) part |
Definition at line 48 of file helmholtz_3d_singular_integrals.hpp.
|
inlinestatic |
Evaluate the integral.
wavenumber_t | the wave number type |
[in] | elem | the line element |
[in] | x0 | the singular point ( must be internal ! ) |
[in] | k | the wave number |
Definition at line 73 of file helmholtz_3d_singular_integrals.hpp.