|
class | NiHu::singular_galerkin_quadrature< quadrature_family_t, test_domain_t, trial_domain_t > |
| class computing singular Galerkin type quadratures for different domains More...
|
|
struct | NiHu::helper_base< test_domain_t, trial_domain_t > |
| base structure for quadrature helpers More...
|
|
struct | NiHu::line_helper< match_type > |
| helper structure for the line-line case More...
|
|
struct | NiHu::line_helper< match::match_0d_type > |
| specialisation of NiHu::line_helper for the 0d match case More...
|
|
class | NiHu::singular_galerkin_quadrature< quadrature_family_t, line_domain, line_domain > |
| specialisation of NiHu::singular_galerkin_quadrature for the line-line case More...
|
|
struct | NiHu::tria_helper< match_type > |
| helper structure for the tria-tria case More...
|
|
struct | NiHu::tria_helper< match::match_2d_type > |
| specialisation of NiHu::tria_helper for the 2d match case More...
|
|
struct | NiHu::tria_helper< match::match_1d_type > |
| specialisation of NiHu::tria_helper for the 1d match case More...
|
|
struct | NiHu::tria_helper< match::match_0d_type > |
| specialisation of NiHu::tria_helper for the 0d match case More...
|
|
class | NiHu::singular_galerkin_quadrature< quadrature_family_t, tria_domain, tria_domain > |
| specialisation of NiHu::singular_galerkin_quadrature for the tria-tria case More...
|
|
struct | NiHu::quad_helper< match_type > |
| helper struct of the quad-quad algorithm More...
|
|
struct | NiHu::quad_helper< match::match_2d_type > |
| specialisation of NiHu::quad_helper for the 2d match case More...
|
|
struct | NiHu::quad_helper< match::match_1d_type > |
| specialisation of NiHu::quad_helper for the 1d match case More...
|
|
struct | NiHu::quad_helper< match::match_0d_type > |
| specialisation of NiHu::quad_helper for the 0d match case More...
|
|
class | NiHu::singular_galerkin_quadrature< quadrature_family_t, quad_domain, quad_domain > |
| specialisation of NiHu::singular_galerkin_quadrature for the quad-quad case More...
|
|
class | NiHu::singular_galerkin_quadrature< quadrature_family_t, quad_domain, tria_domain > |
| specialisation of NiHu::singular_galerkin_quadrature for the quad-tria case More...
|
|
class | NiHu::singular_galerkin_quadrature< quadrature_family_t, tria_domain, quad_domain > |
| specialisation of NiHu::singular_galerkin_quadrature for the tria-quad case More...
|
|
implementation of singular Galerkin quadratures
This file implements class NiHu::singular_galerkin_quadrature that generates quadratures integrating weakly singular (1/r) kernels in the Galerkin BEM context.
Definition in file singular_galerkin_quadrature.hpp.