|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "geometry/primitives/triangle.hpp"#include "rwg/operators/base.hpp"#include "rwg/integrators/obs/base.hpp"#include "rwg/integrators/obs/strategic.hpp"#include "rwg/operators/single_layer.tpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::VectorSingleLayerOp< ObsIntegratorType > |
| Class for computing the vector single-layer potential operator. More... | |
| class | bem::rwg::RotVectorSingleLayerOp< ObsIntegratorType > |
| Class for computing the rotationally-tested vector single-layer potential operator. More... | |
| class | bem::rwg::ScalarSingleLayerOp< ObsIntegratorType > |
| Class for computing the scalar single-layer potential operator. More... | |
| class | bem::rwg::RotGradScalarSingleLayerOp< ObsIntegratorType > |
| Class for computing the rotationally-tested gradient of the scalar single-layer potential operator. More... | |
| class | bem::rwg::VectorHypersingularOp< ObsIntegratorType > |
| Class for computing the vector hypersingular operator. More... | |
| class | bem::rwg::RotVectorHypersingularOp< ObsIntegratorType > |
| Class for computing the rotationally-tested vector hypersingular operator. 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 operators.
Definition in file single_layer.hpp.