|
NiHu
2.0
|
FMM method for the 2D Laplace equation. More...
#include "cluster.hpp"#include "m2l_indices.hpp"#include "p2p.hpp"#include "library/laplace_2d.hpp"#include <boost/math/constants/constants.hpp>#include <boost/math/special_functions/binomial.hpp>#include <complex>Go to the source code of this file.
Classes | |
| struct | NiHu::fmm::cluster_traits< laplace_2d_cluster > |
| specialisation of cluster traits for the 2D Laplace FMM More... | |
| class | NiHu::fmm::laplace_2d_cluster |
| cluster type of the Laplace 2D FMM More... | |
| class | NiHu::fmm::laplace_2d_fmm |
| the fmm for the Laplace equation in 2D More... | |
| class | NiHu::fmm::laplace_2d_fmm::p2m< Ny > |
| P2M operator of the Laplace 2D FMM. More... | |
| class | NiHu::fmm::laplace_2d_fmm::p2l< Ny > |
| P2L operator of the Laplace 2D FMM. More... | |
| class | NiHu::fmm::laplace_2d_fmm::l2p< Nx > |
| L2P operator of the Laplace 2D FMM. More... | |
| class | NiHu::fmm::laplace_2d_fmm::m2p< Nx > |
| M2P operator of the Laplace 2D FMM. More... | |
| class | NiHu::fmm::laplace_2d_fmm::m2m |
| M2M operator of the Laplace 2D FMM. More... | |
| class | NiHu::fmm::laplace_2d_fmm::l2l |
| L2L operator of the Laplace 2D FMM. More... | |
| class | NiHu::fmm::laplace_2d_fmm::m2l |
| M2L operator of the Laplace 2D FMM. More... | |
FMM method for the 2D Laplace equation.
Definition in file laplace_2d_fmm.hpp.