Loading [MathJax]/extensions/tex2jax.js
NiHu  2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
helmholtz_2d_nearly_singular_integrals.hpp
Go to the documentation of this file.
1 // This file is a part of NiHu, a C++ BEM template library.
2 //
3 // Copyright (C) 2012-2019 Peter Fiala <fiala@hit.bme.hu>
4 // Copyright (C) 2012-2019 Peter Rucz <rucz@hit.bme.hu>
5 //
6 // This program is free software: you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation, either version 3 of the License, or
9 // (at your option) any later version.
10 //
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License
17 // along with this program. If not, see <http://www.gnu.org/licenses/>.
18 
21 
22 #ifndef HELMHOLTZ_2D_NEARLY_SINGULAR_INTEGRALS_HPP_INCLUDED
23 #define HELMHOLTZ_2D_NEARLY_SINGULAR_INTEGRALS_HPP_INCLUDED
24 
25 #include "field_type_helpers.hpp"
26 #include "helmholtz_kernel.hpp"
28 #include "nearly_singular_collocational.hpp"
29 #include "nearly_singular_collocational_telles.hpp"
30 #include "quadrature_store_helper.hpp"
31 
32 #include "../core/nearly_singular_planar_constant_collocation_shortcut.hpp"
33 
34 
35 namespace NiHu
36 {
37 
38 
39 } // end of namespace NiHu
40 
41 #endif /* HELMHOLTZ_2D_NEARLY_SINGULAR_INTEGRALS_HPP_INCLUDED */
helmholtz_kernel.hpp
Kernels of the Helmholtz equation .
laplace_2d_nearly_singular_integrals.hpp
Nearly singular integrals for the Laplace kernels.