|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "rwg/assemblers/base.hpp"#include "rwg/assemblers/operator_matrix.cpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::EdgeOperatorAssembler |
| Class for generating operator matrices for RWG observation and source functions. More... | |
| class | bem::rwg::FaceOperatorAssembler |
| Class for generating operator matrices for pulse observation and source functions. More... | |
| class | bem::rwg::FaceEdgeOperatorAssembler |
| Class for generating operator matrices for pulse observation and RWG source functions. More... | |
| class | bem::rwg::EdgeFaceOperatorAssembler |
| Class for generating operator matrices for RWG observation and pulse source functions. More... | |
| class | bem::rwg::VectorOperatorsAssembler |
| Class for generating the full set of vector operator matrices for RWG observation and source functions. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Classes for assembling RWG-based BEM operator matrices.
Definition in file operator_matrix.hpp.