|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include <cassert>#include "types.hpp"#include "constants.hpp"#include "geometry/primitives/edge.hpp"#include "geometry/primitives/triangle.hpp"#include "geometry/operations.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Line integration over the source triangle for RWG-based BEM operators.
Definition in file line.tpp.