NiHu
2.0
|
Collocational integral of the SLP kernel over a straight line. More...
#include <laplace_2d_singular_collocation_integrals.hpp>
Static Public Member Functions | |
static result_row_t | eval_row (xi_t const &xi0, elem_t const &elem) |
evaluate a row of the result matrix (single collocation point) More... | |
static result_t | eval (elem_t const &elem) |
Evaluate the integral. More... | |
Collocational integral of the SLP kernel over a straight line.
This is the simplification of function laplace_2d_SLP_collocation_curved, skipping the numerical integration of the regular part
TestField | The test field type |
TrialField | The trial field type |
Definition at line 180 of file laplace_2d_singular_collocation_integrals.hpp.
|
inlinestatic |
Evaluate the integral.
[in] | elem | The element |
Definition at line 245 of file laplace_2d_singular_collocation_integrals.hpp.
|
inlinestatic |
evaluate a row of the result matrix (single collocation point)
[in] | xi0 | the collocation ponit in intrinsic domain |
[in] | elem | then trial element |
Definition at line 204 of file laplace_2d_singular_collocation_integrals.hpp.