Class for generating excitation matrices for RWG-based BEM systems with pulse testing functions.
More...
#include <excitation_matrix.hpp>
Class for generating excitation matrices for RWG-based BEM systems with pulse testing functions.
Definition at line 73 of file excitation_matrix.hpp.
◆ assemble() [1/2]
Assembles the excitation matrix for a given excitation object and observation triangle mesh.
- Parameters
-
| [out] | mat | - Matrix to store the assembled excitation coefficients, with columns corresponding to each right-hand side, and rows corresponding to observation mesh faces. |
| [in] | exc | - Excitation object that computes the coefficients to be assembled into mat. |
| [in] | k | - Complex wavenumber. |
Definition at line 64 of file excitation_matrix.cpp.
◆ assemble() [2/2]
Assembles the excitation matrix for a given excitation object and observation triangle mesh.
- Parameters
-
| [out] | mat | - Matrix to store the assembled excitation coefficients, with columns corresponding to each right-hand side, and rows corresponding to observation mesh degrees of freedom. |
| [in] | exc | - Excitation object that computes the coefficients to be assembled into mat. |
| [in] | k | - Complex wavenumber. |
◆ obs_mesh_
◆ elems_
The documentation for this class was generated from the following files: