|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include <vector>#include "types.hpp"#include "constants.hpp"#include "geometry/mesh/base.hpp"#include "matrix/base.hpp"#include "matrix/eigen_dense.hpp"#include "rwg/operators/single_layer.hpp"#include "rwg/operators/incidence.hpp"#include "rwg/assemblers/operator_matrix.hpp"#include "rwg/lumped_elements/base.hpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::TefieLumpedElement< MatrixType > |
| Class providing lumped element functionality for the TEFIE. More... | |
| class | bem::rwg::NefieLumpedElement< MatrixType > |
| Class providing lumped element functionality for the NEFIE. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Lumped element functionality for the TEFIE and NEFIE.
Definition in file efie.hpp.