|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "constants.hpp"#include "geometry/primitives/triangle.hpp"#include "quadrature/triangle/gauss.hpp"#include "rwg/operators/base.hpp"#include "rwg/operators/gram.tpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::RwgRwgOp< TriangleQuadratureType > |
| Class for computing the RWG identity operator. More... | |
| class | bem::rwg::RotRwgRwgOp< TriangleQuadratureType > |
| Class for computing the rotationally-tested RWG identity operator. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
RWG-based Gram matrix operators.
Definition in file gram.hpp.