|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "constants.hpp"#include "materials.hpp"#include "matrix/base.hpp"#include "matrix/eigen_dense.hpp"#include "rwg/integral_equations/base.hpp"#include "rwg/operators/incidence.hpp"#include "rwg/assemblers/operator_matrix.hpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::Continuity< MatrixType > |
| Class defining the RWG-based surface continuity equation. 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 surface continuity equation.
Definition in file continuity.hpp.