|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "kernels/hgf.hpp"#include <cassert>#include <limits>#include <cmath>#include "types.hpp"#include "constants.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
Scalar Green's function kernels for homogeneous, linear, and isotropic materials.
Definition in file hgf.cpp.