NiHu
2.0
|
Face-match double integral of the DLP kernel over a curved line. More...
#include <helmholtz_2d_singular_double_integrals.hpp>
Static Public Member Functions | |
template<class result_t > | |
static result_t & | eval (result_t &result, kernel_base< helmholtz_2d_DLP_kernel< WaveNumber > > const &kernel, field_base< TestField > const &test_field, field_base< TrialField > const &trial_field, element_match const &) |
Evaluate the integral. More... | |
Face-match double integral of the DLP kernel over a curved line.
TestField | The test field type |
TrialField | The trial field type |
WaveNumber | The wave number type |
Definition at line 754 of file helmholtz_2d_singular_double_integrals.hpp.
|
inlinestatic |
Evaluate the integral.
result_t | the result matrix type |
[in,out] | result | reference to the result |
[in] | test_field | the test field |
[in] | trial_field | the trial field |
[in] | match | the match data |
Definition at line 771 of file helmholtz_2d_singular_double_integrals.hpp.