|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "geometry/mesh/triangle_mesh.hpp"#include "matrix/base.hpp"#include "matrix/eigen_dense.hpp"#include "rwg/assemblers/operator_matrix.hpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::IntegralEquationBase< MatrixType > |
| Base class defining an RWG-based integral equation. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Base class for assembling discrete operators for integral equations.
Definition in file base.hpp.