Class for generating excitation matrices for RWG-based BEM systems with RWG testing functions.
More...
#include <excitation_matrix.hpp>
Class for generating excitation matrices for RWG-based BEM systems with RWG testing functions.
- Examples
- /examples/ex02_assemblers.cpp.
Definition at line 46 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 edges. |
| [in] | exc | - Excitation object that computes the coefficients to be assembled into mat. |
| [in] | k | - Complex wavenumber. |
- Examples
- /examples/ex02_assemblers.cpp.
Definition at line 28 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: