|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
Class for line integration over the source triangle for RWG-based BEM operators. References: More...
#include <line.hpp>
Inheritance diagram for bem::rwg::SrcLineIntegrator< LineQuadratureType >:Class for line integration over the source triangle for RWG-based BEM operators. References:
|
inline |
Constructs a SrcLineIntegrator with a specified line quadrature object.
| LineQuadratureType | - Type of the line quadrature object, which must derive from LineQuadratureBase<1>. |
| [in] | line_quad | - Line quadrature object to use for integration (optional). |
|
overridevirtual |
Computes the integral over the source triangle.
| [in] | k | - Complex wavenumber. |
| [in] | src_tri | - Source triangle in 2D space. |
| [in] | r_obs | - Observation points in the local coordinate system of src_tri. |
Implements bem::rwg::SrcIntegratorBase.
|
inline |
|
inline |
|
inlinevirtualinherited |
Sets flags defining which terms to compute during integration.
| [in] | compute_g_terms | - If true, computes \[ \int_{\mathrm{src\_tri}} d\mathcal{S}'\,G(k, \vec{r}, \vec{r}\,') \] and\[ \int_{\mathrm{src\_tri}} d\mathcal{S}'\,\vec{r}\,'\,G(k, \vec{r}, \vec{r}\,') \] for the scalar kernel \( G(k, \vec{r}, \vec{r}\,') \). |
| [in] | compute_grad_g_terms | - If true, computes \[ \int_{\mathrm{src\_tri}} d\mathcal{S}'\,\nabla G(k, \vec{r}, \vec{r}\,'), \] \[ \int_{\mathrm{src\_tri}} d\mathcal{S}'\,x'\,\nabla G(k, \vec{r}, \vec{r}\,'), \] and\[ \int_{\mathrm{src\_tri}} d\mathcal{S}'\,y'\,\nabla G(k, \vec{r}, \vec{r}\,'), \] for the scalar kernel \( G(k, \vec{r}, \vec{r}\,') \), and for local source triangle coordinates \(\vec{r}\,' = [x', y']^T\). |