|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include <functional>#include "types.hpp"#include "geometry/primitives/triangle.hpp"#include "quadrature/triangle/base.hpp"#include "rwg/function_space.cpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::Rwg |
| Class for operations associated with RWG functions. More... | |
| class | bem::rwg::Pulse |
| Class for operations associated with pulse functions. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Classes defining operations associated with the RWG and related function spaces.
Definition in file function_space.hpp.