|
NiHu
2.0
|
evaluate double singular integral with selected singular accelerator More...
#include <double_integral.hpp>
Static Public Member Functions | |
| template<class singular_iterator_t > | |
| 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_iterator_t begin, singular_iterator_t end) |
| evaluate double singular integral with selected singular accelerator More... | |
evaluate double singular integral with selected singular accelerator
| singular_accelerator_t | the singular accelerator class |
| dummy | a dummy type needed to keep specialisation within the class body |
Definition at line 213 of file double_integral.hpp.
|
inlinestatic |
evaluate double 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 to integrate on |
| [in] | trial_field | the trial field to integrate on |
| [in] | begin | begin iterator of the singular quadrature |
| [in] | end | end iterator of the singular quadrature |
Definition at line 225 of file double_integral.hpp.