|
NiHu
2.0
|
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>Go to the source code of this file.
2D Wide Band Helmholtz FMM
Definition in file helmholtz_2d_wb_fmm.hpp.