|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "geometry/primitives/triangle.hpp"#include "quadrature/triangle/base.hpp"#include "quadrature/triangle/gauss.hpp"#include "kernels/hgf.hpp"#include "rwg/integrators/src/base.hpp"#include "rwg/integrators/src/quadrature.tpp"Go to the source code of this file.
Classes | |
| class | bem::rwg::SrcQuadrature< TriangleQuadratureType, ScalarKernelType > |
| Class for quadrature over the source triangle for RWG-based BEM operators. Reference: More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Quadrature over the source triangle for RWG-based BEM operators.
Definition in file quadrature.hpp.