Loading [MathJax]/extensions/tex2jax.js
NiHu  2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

2D Wide Band Helmholtz FMM More...

#include "cluster.hpp"
#include "cluster_tree.hpp"
#include "fmm_operator.hpp"
#include "helmholtz_2d_wb_cluster.h"
#include "helmholtz_2d_wb_x2x_matrix.h"
#include "helmholtz_2d_wb_level_data.h"
#include "m2l_indices.hpp"
#include "operator_with_wave_number.hpp"
#include "p2p.hpp"
#include "library/helmholtz_2d.hpp"
#include <boost/math/special_functions/hankel.hpp>
#include <boost/math/special_functions/bessel.hpp>
#include <boost/math/special_functions/bessel_prime.hpp>
#include <boost/math/constants/constants.hpp>
#include <Eigen/Dense>
#include <algorithm>
#include <complex>
#include <iostream>
Include dependency graph for helmholtz_2d_wb_fmm.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >
 the 2d wide band helmholetz fmm More...
 
class  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >::m2m
 the m2m operator More...
 
class  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >::l2l
 the l2l operator More...
 
class  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >::m2l
 the m2l operator More...
 
class  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >::p2m< Ny >
 the p2m operator More...
 
class  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >::p2l< Ny >
 the p2l operator More...
 
class  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >::l2p< Nx >
 the l2p operator More...
 
class  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >::m2p< Nx >
 the m2p operator More...
 
struct  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >::p2p_type< Nx, Ny >
 
struct  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >::p2m_type< Ny >
 
struct  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >::m2p_type< Nx >
 
struct  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >::p2l_type< Ny >
 
struct  NiHu::fmm::helmholtz_2d_wb_fmm< WaveNumber >::l2p_type< Nx >
 

Detailed Description

2D Wide Band Helmholtz FMM

Definition in file helmholtz_2d_wb_fmm.hpp.