NiHu  2.0
laplace_3d_singular_integrals.hpp File Reference

Analytical expressions for the singular integrals of Laplace kernels. More...

#include "../core/match_types.hpp"
#include "../core/singular_integral_shortcut.hpp"
#include "../util/math_functions.hpp"
#include "field_type_helpers.hpp"
#include "guiggiani_1992.hpp"
#include "lib_element.hpp"
#include "laplace_kernel.hpp"
#include "normal_derivative_singular_integrals.hpp"
#include "plane_element_helper.hpp"
#include "quadrature_store_helper.hpp"
#include <boost/math/constants/constants.hpp>
#include <iostream>
Include dependency graph for laplace_3d_singular_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_3d_SLP_collocation_constant_plane
 Collocational singular integral of the 3D Laplace SLP kernel over a constant plane element. More...
 
class  NiHu::laplace_3d_HSP_collocation_constant_plane
 Collocational singular integral of the 3D Laplace HSP kernel over a constant planar element. More...
 
class  NiHu::singular_integral_shortcut< laplace_3d_SLP_kernel, TestField, TrialField, match::match_2d_type, typename std::enable_if< is_collocational< TestField, TrialField >::value &&is_constant_tria< TrialField >::value >::type >
 collocational singular integral of the 3D SLP kernel over a constant triangle More...
 
class  NiHu::singular_integral_shortcut< laplace_3d_HSP_kernel, TestField, TrialField, match::match_2d_type, typename std::enable_if< is_collocational< TestField, TrialField >::value &&is_constant_tria< TrialField >::value >::type >
 collocational singular integral of the 3D HSP kernel over a constant triangle More...
 
class  NiHu::singular_integral_shortcut< laplace_3d_Gxx_kernel, TestField, TrialField, match::match_2d_type, typename std::enable_if< is_collocational< TestField, TrialField >::value &&is_constant_tria< TrialField >::value >::type >
 collocational singular integral of the 3d Gxx kernel over a constant triangle More...
 
class  NiHu::singular_integral_shortcut< laplace_3d_HSP_kernel, TestField, TrialField, match::match_2d_type, typename std::enable_if< is_collocational< TestField, TrialField >::value &&!is_constant_tria< TrialField >::value >::type >
 collocational singular integral of the HSP kernel not over a constant triangle More...
 

Detailed Description

Analytical expressions for the singular integrals of Laplace kernels.

Definition in file laplace_3d_singular_integrals.hpp.