|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "geometry/primitives/triangle.hpp"#include "rwg/integrators/src/base.hpp"#include "rwg/integrators/obs/quadrature.hpp"#include "rwg/projectors/base.hpp"#include "rwg/projectors/single_layer.tpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::VectorSingleLayerProj< SrcIntegratorType > |
| Class for computing the vector single-layer potential projector. More... | |
| class | bem::rwg::ScalarSingleLayerProj< SrcIntegratorType > |
| Class for computing the scalar single-layer potential projector. More... | |
| class | bem::rwg::GradScalarSingleLayerProj< SrcIntegratorType > |
| Class for computing the gradient of the scalar single-layer potential projector. More... | |
| class | bem::rwg::VectorHypersingularProj< SrcIntegratorType > |
| Class for computing the vector hypersingular potential projector. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
RWG-based single-layer potential BEM projectors.
Definition in file single_layer.hpp.