NiHu
2.0
|
Edge match double integral of the HSP kernel. More...
#include <laplace_2d_singular_double_integrals.hpp>
Static Public Member Functions | |
static result_t | eval (test_elem_t const &test_elem, trial_elem_t const &trial_elem) |
Evaluate the integral. More... | |
Edge match double integral of the HSP kernel.
The integration domain is split up into two triangles, one of them is singular. https://doi.org/10.1016/S0045-7825(03)00286-X
TestField | the test field type |
TrialField | the trial field type |
order | the quadrature order |
Definition at line 235 of file laplace_2d_singular_double_integrals.hpp.
|
inlinestatic |
Evaluate the integral.
[in] | test_elem | The test element |
[in] | trial_elem | The trial_element |
Definition at line 271 of file laplace_2d_singular_double_integrals.hpp.