|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
Strategic integration over the observation triangle for RWG-based BEM operators. The method of integrationis chosen automatically and strategically based on mesh parameters, materials, and frequency. More...
#include <strategic.hpp>
Inheritance diagram for bem::rwg::ObsStrategic< ObsTriangleQuadratureType, SrcTriangleQuadratureType, LineQuadratureType >:Strategic integration over the observation triangle for RWG-based BEM operators. The method of integrationis chosen automatically and strategically based on mesh parameters, materials, and frequency.
| ObsTriangleQuadratureType | - Type of the observation triangle quadrature object, which must derive from TriangleQuadratureBase<2>. |
| SrcTriangleQuadratureType | - Type of the source triangle quadrature object, which must derive from TriangleQuadratureBase<2>. |
| LineQuadratureType | - Type of the line quadrature object, which must derive from LineQuadratureBase<1>. |
Definition at line 99 of file strategic.hpp.
|
inline |
Constructs an ObsStrategic integrator with specified line and triangle quadrature objects.
| [in] | obs_tri_quad | - Observation triangle quadrature object. |
| [in] | src_tri_quad | - Source triangle quadrature object. |
| [in] | src_line_quad | - Source line quadrature object. |
| [in] | settings | - Integration settings for singularity treatment and line integration (optional). |
Definition at line 125 of file strategic.hpp.
|
overridevirtual |
Computes the integral over the source triangle.
| [in] | k | - Complex wavenumber. |
| [in] | obs_tri | - Observation triangle in the local coordinate system of src_tri. |
| [in] | src_tri | - Source triangle in 2D space. |
Implements bem::rwg::ObsIntegratorBase.
Definition at line 31 of file strategic.tpp.
|
inlinevirtualinherited |
Sets flags defining which terms to compute during integration, which are propagated into the source triangle integration.
| [in] | compute_g_term | - If true, computes \[ \int_{\mathrm{obs\_tri}} d\mathcal{S}\, \int_{\mathrm{src\_tri}} d\mathcal{S}'\,G(k, \vec{r}, \vec{r}\,') \] for the scalar kernel \( G(k, \vec{r}, \vec{r}\,') \). |
| [in] | compute_rs_g_terms | - If true, computes terms related to \[ \int_{\mathrm{obs\_tri}} d\mathcal{S}\,\vec{r}\cdot \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 terms related to \[ \int_{\mathrm{obs\_tri}} d\mathcal{S}\,\vec{r}\cdot \int_{\mathrm{src\_tri}} d\mathcal{S}'\,\nabla G(k, \vec{r}, \vec{r}\,')\times\vec{r}\,' \] for the scalar kernel \( G(k, \vec{r}, \vec{r}\,') \). |
| [in] | compute_rot_grad_g_terms | - If true, computes terms related to \[ \int_{\mathrm{obs\_tri}} d\mathcal{S}\,\hat{n}\times\vec{r}\cdot \int_{\mathrm{src\_tri}} d\mathcal{S}'\,\nabla G(k, \vec{r}, \vec{r}\,')\times\vec{r}\,' \] for the scalar kernel \( G(k, \vec{r}, \vec{r}\,') \). |