NiHu
2.0
|
Collocational singular integral of the 3D SLP kernel over a constant triangle. More...
#include <helmholtz_3d_singular_integrals.hpp>
Static Public Member Functions | |
template<class result_t > | |
static result_t & | eval (result_t &result, kernel_base< helmholtz_3d_SLP_kernel< WaveNumber > > const &kernel, field_base< TestField > const &, field_base< TrialField > const &trial_field, element_match const &) |
evaluate singular integral More... | |
Collocational singular integral of the 3D SLP kernel over a constant triangle.
TestField | the test field type |
TrialField | the trial field type |
Definition at line 190 of file helmholtz_3d_singular_integrals.hpp.
|
inlinestatic |
evaluate singular integral
result_t | the result matrix type |
[in,out] | result | reference to the result |
[in] | kernel | the kernel instance |
[in] | trial_field | the test and trial fields |
Definition at line 207 of file helmholtz_3d_singular_integrals.hpp.