|
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::AefieLumpedElement< MatrixType > |
| Class providing lumped elements functionality for the AEFIE. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Lumped element functionality for the AEFIE.
Definition in file aefie.hpp.