|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
Class for generating projector matrices for face-based pulse source functions. More...
#include <projector_matrix.hpp>
Inheritance diagram for bem::rwg::FaceProjectorAssembler< obs_dim >:Class for generating projector matrices for face-based pulse source functions.
| obs_dim | - Dimension of the projected fields. |
Definition at line 80 of file projector_matrix.hpp.
|
override |
Assembles the projector matrix for face-based pulse source functions.
| [out] | mat | - Matrix to store the assembled projector coefficients, with columns corresponding to source mesh faces, 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 70 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 |