OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
Loading...
Searching...
No Matches
bem::rwg::ObsResult Struct Reference

Data structure to hold the results of integration over the observation triangle. More...

#include <base.hpp>

Detailed Description

Data structure to hold the results of integration over the observation triangle.

Definition at line 36 of file base.hpp.

Member Data Documentation

◆ g

Complex bem::rwg::ObsResult::g = 0

Definition at line 38 of file base.hpp.

◆ rs_g

EigRowVecN<Complex, 12> bem::rwg::ObsResult::rs_g = EigRowVecN<Complex, 12>::Zero()

Definition at line 39 of file base.hpp.

◆ grad_g

EigRowVecN<Complex, 9> bem::rwg::ObsResult::grad_g = EigRowVecN<Complex, 9>::Zero()

Definition at line 40 of file base.hpp.

◆ rot_grad_g

EigRowVecN<Complex, 15> bem::rwg::ObsResult::rot_grad_g = EigRowVecN<Complex, 15>::Zero()

Definition at line 41 of file base.hpp.


The documentation for this struct was generated from the following file: