NiHu
2.0
|
Collocational integral of the 2D SLP kernel over a curved line with general shape sets. More...
#include <helmholtz_2d_singular_collocation_integrals.hpp>
Static Public Member Functions | |
template<class WaveNumber > | |
static result_t | eval (elem_t const &elem, WaveNumber const &k) |
Evaluate the integral. More... | |
Collocational integral of the 2D SLP kernel over a curved line with general shape sets.
Singularity subtraction technique is used. The singularty is subtracted in the reference domain, and is integrated analytically. The remaining regular part is integrated numerically with standard Gaussian quadratures.
TestField | the test field type |
TrialField | the trial field type |
order | The quadrature order |
Definition at line 48 of file helmholtz_2d_singular_collocation_integrals.hpp.
|
inlinestatic |
Evaluate the integral.
WaveNumber | The wave number type |
[in] | elem | The element |
[in] | k | The wave number |
Definition at line 77 of file helmholtz_2d_singular_collocation_integrals.hpp.