NiHu  2.0
laplace_2d_singular_collocation_integrals.hpp File Reference

Singular collocation integrals of the 2D Laplace kernel. More...

#include "../core/match_types.hpp"
#include "../core/singular_integral_shortcut.hpp"
#include "../util/math_functions.hpp"
#include "integral_shortcut_concepts.hpp"
#include "lib_element.hpp"
#include "laplace_kernel.hpp"
#include "normal_derivative_singular_integrals.hpp"
#include "quadrature_store_helper.hpp"
#include <boost/math/constants/constants.hpp>
#include <iostream>
Include dependency graph for laplace_2d_singular_collocation_integrals.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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...
 

Detailed Description

Singular collocation integrals of the 2D Laplace kernel.

Definition in file laplace_2d_singular_collocation_integrals.hpp.