|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "rwg/assemblers/base.hpp"#include "rwg/assemblers/excitation_matrix.cpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::EdgeExcitationAssembler |
| Class for generating excitation matrices for RWG-based BEM systems with RWG testing functions. More... | |
| class | bem::rwg::FaceExcitationAssembler |
| Class for generating excitation matrices for RWG-based BEM systems with pulse testing functions. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Classes for assembling excitation vectors for RWG-based BEM systems.
Definition in file excitation_matrix.hpp.