NiHu
2.0
|
Collocational singular integral of the SLP kernel over a straight line. More...
#include <laplace_2d_singular_collocation_integrals.hpp>
Static Public Member Functions | |
template<class result_t > | |
static result_t & | eval (result_t &result, kernel_base< laplace_2d_SLP_kernel > const &, field_base< TestField > const &, field_base< TrialField > const &trial_field, element_match const &) |
Evaluate the integral. More... | |
Collocational singular integral of the SLP kernel over a straight line.
TestField | The test field type |
TrialField | The trial field type |
Definition at line 617 of file laplace_2d_singular_collocation_integrals.hpp.
|
inlinestatic |
Evaluate the integral.
result_t | The result matrix type |
[in,out] | result | Reference to the result |
[in] | trial_field | The trial field |
Definition at line 631 of file laplace_2d_singular_collocation_integrals.hpp.