the fmm for the Laplace equation in 2D
More...
#include <laplace_2d_fmm.hpp>
|
class | l2l |
| L2L operator of the Laplace 2D FMM. More...
|
|
class | l2p |
| L2P operator of the Laplace 2D FMM. More...
|
|
class | m2l |
| M2L operator of the Laplace 2D FMM. More...
|
|
class | m2m |
| M2M operator of the Laplace 2D FMM. More...
|
|
class | m2p |
| M2P operator of the Laplace 2D FMM. More...
|
|
class | p2l |
| P2L operator of the Laplace 2D FMM. More...
|
|
class | p2m |
| P2M operator of the Laplace 2D FMM. More...
|
|
the fmm for the Laplace equation in 2D
Definition at line 71 of file laplace_2d_fmm.hpp.
◆ create_l2l()
return an instance of the L2L operator
- Returns
- an instance of the L2L operator
Definition at line 29 of file laplace_2d_fmm.cpp.
◆ create_l2p()
template<unsigned Nx>
l2p<Nx> NiHu::fmm::laplace_2d_fmm::create_l2p |
( |
| ) |
const |
|
inline |
return an instance of the L2P operator
- Template Parameters
-
Nx | order of differentiation w.r.t x |
- Returns
- an instance of the L2P operator
Definition at line 406 of file laplace_2d_fmm.hpp.
◆ create_m2l()
return an instance of the M2L operator
- Returns
- an instance of the M2L operator
Definition at line 35 of file laplace_2d_fmm.cpp.
◆ create_m2m()
return an instance of the M2M operator
- Returns
- an instance of the M2M operator
Definition at line 23 of file laplace_2d_fmm.cpp.
◆ create_m2p()
template<unsigned Nx>
m2p<Nx> NiHu::fmm::laplace_2d_fmm::create_m2p |
( |
| ) |
const |
|
inline |
return an instance of the M2P operator
- Template Parameters
-
Nx | order of differentiation w.r.t x |
- Returns
- an instance of the M2P operator
Definition at line 396 of file laplace_2d_fmm.hpp.
◆ create_p2l()
template<unsigned Ny>
p2l<Ny> NiHu::fmm::laplace_2d_fmm::create_p2l |
( |
| ) |
const |
|
inline |
return an instance of the P2L operator
- Template Parameters
-
Ny | order of differentiation w.r.t y |
- Returns
- an instance of the P2L operator
Definition at line 386 of file laplace_2d_fmm.hpp.
◆ create_p2m()
template<unsigned Ny>
p2m<Ny> NiHu::fmm::laplace_2d_fmm::create_p2m |
( |
| ) |
const |
|
inline |
return an instance of the P2M operator
- Template Parameters
-
Ny | order of differentiation w.r.t y |
- Returns
- an instance of the P2M operator
Definition at line 376 of file laplace_2d_fmm.hpp.
◆ create_p2p()
return an instance of the P2P operator
- Template Parameters
-
Nx | order of differentiation w.r.t x |
Ny | order of differentiation w.r.t y |
- Returns
- an instance of the P2P operator
Definition at line 96 of file laplace_2d_fmm.hpp.
The documentation for this class was generated from the following files: