|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "geometry/primitives/triangle.hpp"#include "quadrature/triangle/base.hpp"#include "quadrature/triangle/gauss.hpp"#include "quadrature/line/base.hpp"#include "quadrature/line/gauss.hpp"#include "kernels/hgf.hpp"#include "rwg/integrators/src/base.hpp"#include "rwg/integrators/src/quadrature.hpp"#include "rwg/integrators/src/singularity.hpp"#include "rwg/integrators/src/line.hpp"#include "rwg/integrators/src/strategic.tpp"Go to the source code of this file.
Classes | |
| struct | bem::rwg::SrcIntegrationSettings |
| Data structure defining settings for strategic integration over the source triangle. More... | |
| class | bem::rwg::SrcStrategic< TriangleQuadratureType, LineQuadratureType > |
| Class integration over the source triangle for RWG-based BEM operators. The method of integration is chosen automatically and strategically based on mesh parameters, materials, and frequency. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Strategic auto-integration over the source triangle for RWG-based BEM operators.
Definition in file strategic.hpp.