|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include <stdexcept>#include <iostream>#include "types.hpp"#include "geometry/primitives/triangle.hpp"#include "rwg/integrators/obs/base.hpp"#include "rwg/integrators/obs/strategic.hpp"#include "rwg/operators/base.hpp"#include "rwg/operators/single_layer.hpp"#include "rwg/operators/double_layer.hpp"#include "rwg/operators/gram.hpp"#include "rwg/operators/vector_ops.tpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::VectorRwgOps< ObsIntegratorType > |
| Class for computing the full set of vector RWG operators. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Classes to generate the full set of vector RWG operators.
Definition in file vector_ops.hpp.