|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include <type_traits>#include "types.hpp"#include "constants.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/double_layer.tpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::VectorDoubleLayerPvOp< ObsIntegratorType > |
| Class for computing the vector double-layer potential operator in a principal value sense. More... | |
| class | bem::rwg::RotVectorDoubleLayerPvOp< ObsIntegratorType > |
| Class for computing the rotationally-tested vector double-layer potential operator in a principal value sense. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
RWG-based double-layer potential BEM operators.
Definition in file double_layer.hpp.