|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include <stdexcept>#include <vector>#include "types.hpp"#include "rwg/excitations/base.hpp"#include "rwg/excitations/inf_gap.cpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::InfinitesimalGap |
| Class for setting infinitesimal gap excitation coefficients for RWG-based BEM systems. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Variables | |
| const Float | bem::rwg::INF_GAP_DEFAULT_TOL = 1.0e-6 |
| Default tolerance used to identify mesh edges to associate with the infinitesimal gap coordinates. | |
Functionality for setting infinitesimal gap excitation coefficients for RWG-based BEM systems.
Definition in file inf_gap.hpp.