|
class | NiHu::laplace_2d_SLP_collocation_curved< TestField, TrialField, order > |
| Collocational integral of the SLP kernel. More...
|
|
class | NiHu::laplace_2d_SLP_collocation_straight< TestField, TrialField > |
| Collocational integral of the SLP kernel over a straight line. More...
|
|
class | NiHu::laplace_2d_DLP_collocation_curved< TestField, TrialField, order > |
| Collocational integral of the DLP kernel over a curved line. More...
|
|
class | NiHu::laplace_2d_DLPt_collocation_curved< TestField, TrialField, order > |
| Collocational integral of the DLPt kernel over a curved line. More...
|
|
class | NiHu::laplace_2d_HSP_collocation_curved< TestField, TrialField, order > |
| Collocational integral of the HSP kernel over a curved line. More...
|
|
class | NiHu::laplace_2d_HSP_collocation_straight< TestField, TrialField > |
| Collocational integral of the HSP kernel over a straight line. More...
|
|
class | NiHu::singular_integral_shortcut< laplace_2d_SLP_kernel, TestField, TrialField, match::match_1d_type, typename std::enable_if< is_collocational< TestField, TrialField >::value &&is_straight_line< TrialField >::value >::type > |
| Collocational singular integral of the SLP kernel over a straight line. More...
|
|
class | NiHu::singular_integral_shortcut< laplace_2d_SLP_kernel, TestField, TrialField, match::match_0d_type, typename std::enable_if< is_collocational< TestField, TrialField >::value &&is_straight_line< TrialField >::value >::type > |
| Collocational singular integral of the SLP kernel over a straight line. More...
|
|
class | NiHu::singular_integral_shortcut< laplace_2d_DLP_kernel, TestField, TrialField, match::match_0d_type, typename std::enable_if< is_collocational< TestField, TrialField >::value &&is_straight_line< TrialField >::value >::type > |
| Collocational singular integral of the DLP kernel over a straight line. More...
|
|
class | NiHu::singular_integral_shortcut< laplace_2d_SLP_kernel, TestField, TrialField, match::match_1d_type, typename std::enable_if< is_collocational< TestField, TrialField >::value &&!is_straight_line< TrialField >::value >::type > |
| Collocational integral of the SLP kernel over a curved line. More...
|
|
class | NiHu::singular_integral_shortcut< laplace_2d_DLP_kernel, TestField, TrialField, match::match_1d_type, typename std::enable_if< is_collocational< TestField, TrialField >::value &&!is_straight_line< TrialField >::value >::type > |
| Collocational integral of the DLP kernel over a curved line. More...
|
|
class | NiHu::singular_integral_shortcut< laplace_2d_DLPt_kernel, TestField, TrialField, match::match_1d_type, typename std::enable_if< is_collocational< TestField, TrialField >::value &&!is_straight_line< TrialField >::value >::type > |
| Collocational integral of the DLPt kernel over a curved line. More...
|
|
class | NiHu::singular_integral_shortcut< laplace_2d_HSP_kernel, TestField, TrialField, match::match_1d_type, typename std::enable_if< is_collocational< TestField, TrialField >::value &&!is_straight_line< TrialField >::value >::type > |
| Collocational integral of the HSP kernel over a curved line. More...
|
|
class | NiHu::singular_integral_shortcut< laplace_2d_HSP_kernel, TestField, TrialField, match::match_1d_type, typename std::enable_if< is_collocational< TestField, TrialField >::value &&is_straight_line< TrialField >::value >::type > |
| Collocational integral of the HSP kernel over a straight line. More...
|
|
Singular collocation integrals of the 2D Laplace kernel.
Definition in file laplace_2d_singular_collocation_integrals.hpp.