|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "geometry/point_cloud.hpp"#include "geometry/mesh/triangle_mesh.hpp"#include "geometry/primitives/triangle.hpp"#include "matrix/base.hpp"#include "rwg/operators/base.hpp"#include "rwg/excitations/base.hpp"#include "rwg/projectors/base.hpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::OperatorAssemblerBase< obs_num_dof, src_num_dof > |
| Base class for generating RWG-based BEM operator matrices. More... | |
| class | bem::rwg::ExcitationAssemblerBase< obs_num_dof > |
| Base class for generating excitation matrices for RWG-based BEM systems. More... | |
| class | bem::rwg::ProjectorAssemblerBase< obs_dim, src_num_dof > |
| Base class for generating RWG-based BEM projector matrices. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Base classes for assembling RWG-based BEM matrices.
Definition in file base.hpp.