|
NiHu
2.0
|
A generic Burton-Miller FMBEM solver for the Helmholtz equation. More...
#include "cluster_tree.hpp"#include "elem_center_iterator.hpp"#include "fmm_indexed.hpp"#include "fmm_integrated.hpp"#include "fmm_matrix.hpp"#include "fmm_operator_collection.hpp"#include "fmm_precompute.hpp"#include "matrix_free.hpp"#include "preconditioner.hpp"#include "core/field.hpp"#include "core/function_space.hpp"#include "util/timer.h"#include "util/type2tag.hpp"#include <Eigen/IterativeLinearSolvers>#include "GMRES.h"Go to the source code of this file.
Classes | |
| class | NiHu::fmm::helmholtz_burton_miller_solver< Fmm, TrialSpace > |
| a generic collocational Burton-Miller solver More... | |
Functions | |
| template<class FmmTag , class TrialSpace > | |
| auto | NiHu::fmm::create_helmholtz_burton_miller_solver (FmmTag, TrialSpace const &trial_space) |
A generic Burton-Miller FMBEM solver for the Helmholtz equation.
Definition in file helmholtz_burton_miller_solver.hpp.