|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
Base class for scalar kernels. More...
#include <base.hpp>
Base class for scalar kernels.
| dim | - Dimension of the kernel (2 or 3). |
|
pure virtual |
Computes the scalar kernel for given observation and source points.
| [in] | r_obs | - Observer position vector. |
| [in] | r_src | - Source position vector. |
| [in] | k | - Complex wavenumber. |
|
pure virtual |
Computes the gradient of the scalar kernel for given observation and source points.
| [in] | r_obs | - Observer position vector. |
| [in] | r_src | - Source position vector. |
| [in] | k | - Complex wavenumber. |