|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
Base class defining an RWG-based integral equation. More...
#include <base.hpp>
Inheritance diagram for bem::rwg::IntegralEquationBase< MatrixType >:Base class defining an RWG-based integral equation.
| MatrixType | - Matrix type used for all operators, must derive from MatrixBase<Complex>. |
|
inline |
Constructs an IntegralEquationBase object.
| [in] | obs_mesh | - Observation triangle mesh for which the operators are to be assembled. |
| [in] | src_mesh | - Source triangle mesh for which the operators are to be assembled. |
| [in] | elem_pairs | - Observation (first row) and source (second row) triangle index pairs for which the operators are to be assembled. |
| [in] | flip_normals | - Whether to flip the surface normals so they point inwards (optional). |
|
inline |
Constructs an IntegralEquationBase object.
| [in] | obs_mesh | - Observation triangle mesh for which the operators are to be assembled. |
| [in] | src_mesh | - Source triangle mesh for which the operators are to be assembled. |
| [in] | flip_normals | - Whether to flip the surface normals so they point inwards (optional). |
|
inline |
Constructs an IntegralEquationBase object.
| [in] | mesh | - Source and observation triangle mesh for which the operators are to be assembled. |
| [in] | elem_pairs | - Observation (first row) and source (second row) triangle index pairs for which the operators are to be assembled. |
| [in] | flip_normals | - Whether to flip the surface normals so they point inwards (optional). |
|
inline |
Constructs an IntegralEquationBase object.
| [in] | mesh | - Source and observation triangle mesh for which the operators are to be assembled. |
| [in] | flip_normals | - Whether to flip the surface normals so they point inwards (optional). |
|
protected |
|
protected |
|
protected |
|
protected |