|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "geometry/primitives/triangle.hpp"#include "quadrature/line/base.hpp"#include "quadrature/line/gauss.hpp"#include "rwg/integrators/src/base.hpp"#include "rwg/integrators/src/line.tpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::SrcLineIntegrator< LineQuadratureType > |
| Class for line integration over the source triangle for RWG-based BEM operators. References: More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Line integration over the source triangle for RWG-based BEM operators.
Definition in file line.hpp.