NiHu
2.0
|
Collocational singular integral of the 3D Helmholtz HSP 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 HSP kernel over a constant planar element.
Definition at line 110 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 |
[in] | k | the wave number |
Definition at line 136 of file helmholtz_3d_singular_integrals.hpp.