|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include <stdexcept>#include <memory>#include "types.hpp"#include "quadrature/triangle/gauss.hpp"#include "rwg/excitations/base.hpp"#include "rwg/excitations/plane_wave.cpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::PlaneWaveBase< obs_num_dof > |
| Class for computing plane wave excitation vector coefficients for RWG-based BEM systems. More... | |
| class | bem::rwg::RwgPlaneWave |
| Class for computing plane wave excitation vector coefficients when tested with RWG functions. More... | |
| class | bem::rwg::NxRwgPlaneWave |
| Class for computing plane wave excitation vector coefficients when tested with rotated RWG functions. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Functionality for computing plane wave excitation vector coefficients for RWG-based BEM systems.
Definition in file plane_wave.hpp.