OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
Loading...
Searching...
No Matches
Source Triangle

Classes for computing RWG-based kernel-aware integration over source triangles. More...

Classes

struct  bem::rwg::SrcResult
 Data structure to hold the results of integration over the source triangle. More...
 
class  bem::rwg::SrcIntegratorBase
 Base class for integration over the source triangle for RWG-based BEM operators. More...
 
class  bem::rwg::SrcLineIntegrator< LineQuadratureType >
 Class for line integration over the source triangle for RWG-based BEM operators. References: More...
 
class  bem::rwg::SrcQuadrature< TriangleQuadratureType, ScalarKernelType >
 Class for quadrature over the source triangle for RWG-based BEM operators. Reference: More...
 
class  bem::rwg::SrcSingularity< TriangleQuadratureType, ScalarKernelType >
 Class for 2D quadrature over the source triangle with singularity treatment for RWG-based BEM operators. Reference: More...
 
struct  bem::rwg::SrcIntegrationSettings
 Data structure defining settings for strategic integration over the source triangle. More...
 
class  bem::rwg::SrcStrategic< TriangleQuadratureType, LineQuadratureType >
 Class integration over the source triangle for RWG-based BEM operators. The method of integration is chosen automatically and strategically based on mesh parameters, materials, and frequency. More...