|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "constants.hpp"#include "materials.hpp"#include "geometry/point_cloud.hpp"#include "matrix/base.hpp"#include "matrix/eigen_dense.hpp"#include "rwg/integral_equations/base.hpp"#include "rwg/operators/single_layer.hpp"#include "rwg/operators/double_layer.hpp"#include "rwg/operators/gram.hpp"#include "rwg/projectors/single_layer.hpp"#include "rwg/projectors/double_layer.hpp"#include "rwg/excitations/base.hpp"#include "rwg/assemblers/operator_matrix.hpp"#include "rwg/assemblers/excitation_matrix.hpp"#include "rwg/assemblers/projector_matrix.hpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::Tmfie< MatrixType > |
| Class defining the RWG-based TMFIE. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Class for assembling discrete operators for the TMFIE.
Definition in file tmfie.hpp.