NiHu
2.0
|
evaluate collocational singular integral with selected singular accelerator More...
#include <double_integral.hpp>
Static Public Member Functions | |
static result_t & | eval (result_t &result, kernel_base< Kernel > const &kernel, field_base< TestField > const &test_field, field_base< TrialField > const &trial_field, singular_accelerator_t const &sa) |
evaluate collocational singular integral with selected singular accelerator More... | |
evaluate collocational singular integral with selected singular accelerator
singular_accelerator_t | the singular accelerator type |
dummy | dummy argument to keep explicit specialisation within class body |
Definition at line 484 of file double_integral.hpp.
|
inlinestatic |
evaluate collocational singular integral with selected singular accelerator
[out] | result | reference to the integration result matrix |
[in] | kernel | the kernel to integrate |
[in] | test_field | the test field defining the collocation points |
[in] | trial_field | the trial field to integrate on |
[in] | sa | singular accelerator |
Definition at line 494 of file double_integral.hpp.