|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
Class for generating projector matrices for edge-based RWG source functions. More...
#include <projector_matrix.hpp>
Inheritance diagram for bem::rwg::EdgeProjectorAssembler< obs_dim >:Class for generating projector matrices for edge-based RWG source functions.
| obs_dim | - Dimension of the projected fields. |
Definition at line 51 of file projector_matrix.hpp.
|
override |
Assembles the projector matrix for edge-based RWG source functions.
| [out] | mat | - Matrix to store the assembled projector coefficients, with columns corresponding to source mesh edges, and rows corresponding to observation points. |
| [in] | op | - Projector object that computes the coefficients to be assembled into mat. |
| [in] | k | - Complex wavenumber. |
Definition at line 33 of file projector_matrix.cpp.
|
pure virtualinherited |
Assembles the projector matrix for a given projector object, source mesh, and observation points.
| [out] | mat | - Matrix to store the assembled projector coefficients, with columns corresponding to source degrees of freedom, and rows corresponding to observation points. |
| [in] | op | - Projector object that computes the coefficients to be assembled into mat. |
| [in] | k | - Complex wavenumber. |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |